Fix expired prometheus sessions
This commit is contained in:
parent
86038b505f
commit
bef2aadccb
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ class PrometheusInterface(CoreInterface):
|
||||||
|
|
||||||
def login(self, captcha: str | None = None):
|
def login(self, captcha: str | None = None):
|
||||||
if not self._prometheus_web_client.is_logged():
|
if not self._prometheus_web_client.is_logged():
|
||||||
|
self._prometheus_web_client = PrometheusWebClient()
|
||||||
result = self._login_prometheus(captcha)
|
result = self._login_prometheus(captcha)
|
||||||
print("dupa")
|
|
||||||
if result:
|
if result:
|
||||||
return result
|
return result
|
||||||
self._efeb_clients = {}
|
self._efeb_clients = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue