From b17a19b570a9a4d41b55fb1ea42854f11e0d024f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 10 Jun 2018 22:52:31 -0400 Subject: [PATCH] doorUpdater: Add debug string when updating door --- doorUpdater.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doorUpdater.py b/doorUpdater.py index 444802e..1cc9a66 100755 --- a/doorUpdater.py +++ b/doorUpdater.py @@ -102,6 +102,7 @@ def makeDoor(doorName, doorData, members, hashes): if doorHash == hashes.get(doorName): print("Door", doorName, "not changed, not updating") else: + print("Door", doorName, "changed, trying to update") hashes[doorName] = doorHash doCSVImport(doorData["ip"], outString) # write out hash if we sucessfully updated this door