Skip to content

Commit

Permalink
macos qt 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Nov 1, 2023
1 parent 4b4e48c commit 8049f94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Nagstamon/Servers/Multisite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 3 additions & 3 deletions build/requirements/macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8049f94

Please sign in to comment.