Skip to content
Snippets Groups Projects
Commit b103ec20 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't mix tabs and spaces. Fixes #7966

parent f6a5eedb
No related branches found
No related tags found
No related merge requests found
......@@ -285,8 +285,8 @@ class Zeroconf:
state = self.server.GetState()
if state == self.avahi.SERVER_RUNNING:
if self.create_service():
self.announced = True
return True
self.announced = True
return True
return False
def remove_announce(self):
......
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