-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new keep_alive and is_session_active functions
The new API seems to provide dedicated functions to enable session keep alive and a test function whether the session is active. The @logged_in wrapper was adapted to now use this function.
- Loading branch information
Johannes Griss
committed
May 26, 2024
1 parent
b166e01
commit 704a5b1
Showing
3 changed files
with
80 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ test.py | |
tests/credentials.json | ||
dist | ||
*.egg-info | ||
__pycache__ | ||
__pycache__ | ||
NEW FEATURES.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters