undo
This commit is contained in:
parent
90a344e460
commit
2be572ea90
@ -7,7 +7,7 @@ from typing import Optional
|
|||||||
# Note for ToDo: rio.UserSettings are saved LOCALLY, do not just read a user_id here!
|
# Note for ToDo: rio.UserSettings are saved LOCALLY, do not just read a user_id here!
|
||||||
@dataclass(frozen=False)
|
@dataclass(frozen=False)
|
||||||
class SessionStorage:
|
class SessionStorage:
|
||||||
_user_id: Optional[int] = 30 # DEBUG: Put user ID here to skip login
|
_user_id: Optional[int] = None # DEBUG: Put user ID here to skip login
|
||||||
_notification_callbacks: dict[str, Callable] = field(default_factory=dict)
|
_notification_callbacks: dict[str, Callable] = field(default_factory=dict)
|
||||||
|
|
||||||
async def clear(self) -> None:
|
async def clear(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user