undo
This commit is contained in:
parent
6c48a798dc
commit
b9a7cd7588
@ -10,8 +10,8 @@ logger = logging.getLogger(__name__.split(".")[-1])
|
||||
# Note for ToDo: rio.UserSettings are saved LOCALLY, do not just read a user_id here!
|
||||
@dataclass(frozen=False)
|
||||
class SessionStorage:
|
||||
_user_id: Optional[int] = 30 # DEBUG: Put user ID here to skip login
|
||||
_is_team_member: bool = True
|
||||
_user_id: Optional[int] = None # DEBUG: Put user ID here to skip login
|
||||
_is_team_member: bool = False
|
||||
_notification_callbacks: dict[str, Callable] = field(default_factory=dict)
|
||||
|
||||
async def clear(self) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user