Update manga.py
Browse files
manga.py
CHANGED
@@ -83,7 +83,7 @@ class SessionManager:
|
|
83 |
|
84 |
def __init__(self):
|
85 |
self.sessions: Dict[str, UserSession] = {}
|
86 |
-
self.session_timeout_hours =
|
87 |
|
88 |
def create_session(self, api_key: str) -> str:
|
89 |
"""Create a new session for a user with their API key."""
|
|
|
83 |
|
84 |
def __init__(self):
|
85 |
self.sessions: Dict[str, UserSession] = {}
|
86 |
+
self.session_timeout_hours = 4
|
87 |
|
88 |
def create_session(self, api_key: str) -> str:
|
89 |
"""Create a new session for a user with their API key."""
|