Skip to content

Commit ba26000

Browse files
authored
Update code.py
1 parent 9f95041 commit ba26000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Feather_Freezer_Alarm/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ def connected():
241241
#publish 1 to alarm feed
242242
io.publish(alarmfeed, 1)
243243

244-
print(str(time.time()))
245-
print(str(int(time.time()/300)))
246244
#check if 300 seconds have passed compared to start time, if so publish values
247245
if int(time.time()/300) > start:
248246
print("PUBLISH EVERY FIVE MINUTES")

0 commit comments

Comments
 (0)