Skip to content
Snippets Groups Projects
Commit 56aa7baa authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Zeroconf: Fix pylint errors

- Rename vars
- Make vars/methods private
parent fd75817f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def __init__(self, zeroconf):
self.version = ''
def update_roster(self):
for val in self.zeroconf.contacts.values():
for val in self.zeroconf.get_contacts().values():
self.setItem(val[Constant.NAME])
def getRoster(self):
......
This diff is collapsed.
This diff is collapsed.
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