Philipp Hörist pushed to branch master at gajim / gajim


Commits:
fab2cc97 by André Apitzsch at 2022-05-07T20:46:52+02:00
fix: Fix initial start of Gajim

- - - - -


1 changed file:

- gajim/common/helpers.py


Changes:

=====================================
gajim/common/helpers.py
=====================================
@@ -776,7 +776,7 @@ def determine_proxy() -> Optional[ProxyData]:
 
         proxies.append(account_proxy)
 
-    return proxies[0]
+    return proxies[0] if proxies else None
 
 
 def version_condition(current_version: str, required_version: str) -> bool:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/fab2cc9710b8443b35d25cbaf45343a420bdd8e9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/fab2cc9710b8443b35d25cbaf45343a420bdd8e9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to