Creation d'un module http_client pour éviter la redondance et faciliter le logging. Ré-écriture en utilisant ce module

This commit is contained in:
2026-03-24 10:30:40 +01:00
parent bad0cb43bf
commit 177f224760
4 changed files with 145 additions and 37 deletions

View File

@@ -49,7 +49,7 @@ class MainWindow(QMainWindow):
self.ui.queue_position.hide()
self.ui.stackedWidget.setCurrentIndex(1)
WhiteList.checkwhitelist(Urls.API_URL.value, self.config.get_discord_user())
WhiteList.check_whitelist(Urls.API_URL.value, self.config.get_discord_user())
if PlayerServerInfo.is_whitelist:
self.start_queue()