diff options
Diffstat (limited to 'src/main.py')
| -rw-r--r-- | src/main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.py b/src/main.py index bbff713..8ea9c2c 100644 --- a/src/main.py +++ b/src/main.py @@ -11,10 +11,10 @@ class mainWindow(QMainWindow): mysqlReachable: bool = False - userConnected: bool = False - userId: str = "" + userConnected: bool = True + userId: str = "24" userEmail: str = "" - userStatus: str = "" + userStatus: str = "Client" userInscrDate: str = "" def __init__(self) -> None: |
