Trying new system.
New approach: pipeline will trigger BEFORE midnight, script waits till midnight and then immediately reserves the library space. This hopefully improves the speed and the success-rate.
This commit is contained in:
parent
97bc86ec59
commit
358cb45a85
2 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class AnnySession:
|
|||
self._sso_login()
|
||||
self._kit_auth()
|
||||
self._consume_saml()
|
||||
print("✅ Login successful.")
|
||||
return self.session.cookies
|
||||
except Exception as e:
|
||||
print(f"[Login Error] {e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue