don't mix tabs and spaces. Fixes #7966

This commit is contained in:
Yann Leboulanger 2015-02-15 21:15:50 +01:00
parent b5dd3836ab
commit a7d160364a
1 changed files with 2 additions and 2 deletions

View File

@ -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):