Bladeren bron

Getting tired

Foppe Hemminga 6 jaren geleden
bovenliggende
commit
2aafa36159
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      data.py

+ 1 - 0
data.py

@@ -43,6 +43,7 @@ timestamp_latest = res.timestamp
 with open('timestamp.txt', 'r') as f:
 with open('timestamp.txt', 'r') as f:
     timestamp_stored = f.read()
     timestamp_stored = f.read()
     print("timestamp_stored: {}".format(timestamp_stored))
     print("timestamp_stored: {}".format(timestamp_stored))
+    print("timestamp_latest: {}".format(timestamp_latest))
     if timestamp_latest == int(timestamp_stored):
     if timestamp_latest == int(timestamp_stored):
         # print(timestamp_latest)
         # print(timestamp_latest)
         # Exit when there is nothing to do
         # Exit when there is nothing to do