From 8049f94860a279664102dd26932dda55c3c6bb53 Mon Sep 17 00:00:00 2001 From: Henri Wahl Date: Wed, 1 Nov 2023 09:52:30 +0100 Subject: [PATCH] macos qt 6.4.2 --- Nagstamon/Servers/Multisite.py | 4 ++-- build/requirements/macos.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Nagstamon/Servers/Multisite.py b/Nagstamon/Servers/Multisite.py index 1ac7ac650..b7be265f9 100644 --- a/Nagstamon/Servers/Multisite.py +++ b/Nagstamon/Servers/Multisite.py @@ -124,8 +124,8 @@ def init_HTTP(self): # if no cookie yet login self._get_cookie_login() elif self.CookieAuth and self.refresh_authentication: - if self.session is None: - self.session = self.create_session() + #if self.session is None: + self.session = self.create_session() # force re-auth self._get_cookie_login() diff --git a/build/requirements/macos.txt b/build/requirements/macos.txt index d66ca8055..0142b3424 100644 --- a/build/requirements/macos.txt +++ b/build/requirements/macos.txt @@ -6,9 +6,9 @@ psutil # last stable of the 5 series pyinstaller==5.13.2 pyobjc-framework-ApplicationServices -# 6.5.1 leads to crash on macOS -pyqt6==6.5.3 -pyqt6-qt6==6.5.3 +# 6.5.3 leads to crash on macOS +pyqt6==6.4.2 +pyqt6-qt6==6.4.2 pysocks python-dateutil requests