diff --git a/.DS_Store b/.DS_Store index 337388e..024b40c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tankalarms/tankalarms.py b/tankalarms/tankalarms.py index 64fc400..1538dab 100644 --- a/tankalarms/tankalarms.py +++ b/tankalarms/tankalarms.py @@ -117,10 +117,10 @@ class start(threading.Thread, deviceBase): #and then check the response... if response == 0: - print hostname, 'is up!' + print(hostname, 'is up!') self.ping_counter = 0 else: - print hostname, 'is down!' + print(hostname, 'is down!') self.ping_counter += 1 if self.ping_counter >= 3: