don't mix tabs and spaces. Fixes #7966
This commit is contained in:
parent
b5dd3836ab
commit
a7d160364a
|
@ -278,8 +278,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):
|
||||
|
|
Loading…
Reference in New Issue