Skip to content
Snippets Groups Projects
Commit 40f41bf8 authored by nkour's avatar nkour
Browse files

typo

parent f0b18680
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ def get_number_of_connected_accounts(accounts_list = None):
else:
accounts = accounts_list
for acct in accounts:
if gajim.connections[acct].connected > 1:
if connections[acct].connected > 1:
connected_accounts = connected_accounts + 1
return connected_accounts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment