diff options
| author | Debulois <quentin@debulois.fr> | 2022-05-01 11:44:09 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-05-01 11:44:09 +0200 |
| commit | 1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 (patch) | |
| tree | 6557511b23ec5a067db75483ad1e42d836010851 /src/main.py | |
| parent | afd6fb901b7e8f99cdb1bb0d2134cec2d6cebc3b (diff) | |
Ajout gestion des missions coté client & pro
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: |
