소스 검색

Getting tired

Foppe Hemminga 6 년 전
부모
커밋
2aafa36159
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      data.py

+ 1 - 0
data.py

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