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:
b267a 2025-08-04 19:54:56 +02:00
parent 97bc86ec59
commit 358cb45a85
2 changed files with 11 additions and 0 deletions

View file

@ -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}")