2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 02:22:31 +00:00

Minor style fix

This commit is contained in:
Jarrod Johnson
2017-06-29 10:22:45 -04:00
parent 0745ab0fdf
commit 1116fed1e7
2 changed files with 2 additions and 2 deletions

View File

@@ -847,4 +847,4 @@ def _map_unique_ids(nodes=None):
if __name__ == '__main__':
start_detection()
while True:
eventlet.sleep(30)
eventlet.sleep(30)

View File

@@ -533,4 +533,4 @@ def scan(srvtypes=_slp_services, addresses=None, localonly=False):
if __name__ == '__main__':
def testsnoop(a):
print(repr(a))
snoop(testsnoop)
snoop(testsnoop)