From 5e23fcc7de84adf23ea52ae0858f31b8934fabd3 Mon Sep 17 00:00:00 2001 From: Debulois Date: Wed, 27 Apr 2022 13:17:19 +0200 Subject: Système de recherche MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.py') diff --git a/src/main.py b/src/main.py index a17e39f..f9b9532 100644 --- a/src/main.py +++ b/src/main.py @@ -13,14 +13,14 @@ class mainWindow(QMainWindow): VERSION = 0.1 # Misc mysqlReachable: bool = False - # Utilisateur + # Utilisateur userConnected: bool = False userId: str = "" userEmail: str = "" userInscriptionDate: str = "" userStatus: str = "" def __init__(self) -> None: - super(mainWindow, self).__init__() + super().__init__() # Déclenche l'"__init__" de QMainWindow menu.init(self) pageHome.main(self) -- cgit v1.2.3