Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
fab2cc97
Unverified
Commit
fab2cc97
authored
May 07, 2022
by
André
Browse files
fix: Fix initial start of Gajim
parent
739da32e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/helpers.py
View file @
fab2cc97
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment