summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-05-01 11:44:09 +0200
committerDebulois <quentin@debulois.fr>2022-05-01 11:44:09 +0200
commit1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 (patch)
tree6557511b23ec5a067db75483ad1e42d836010851 /src/main.py
parentafd6fb901b7e8f99cdb1bb0d2134cec2d6cebc3b (diff)
Ajout gestion des missions coté client & pro
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py6
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: