We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f95041 commit ba26000Copy full SHA for ba26000
Feather_Freezer_Alarm/code.py
@@ -241,8 +241,6 @@ def connected():
241
#publish 1 to alarm feed
242
io.publish(alarmfeed, 1)
243
244
- print(str(time.time()))
245
- print(str(int(time.time()/300)))
246
#check if 300 seconds have passed compared to start time, if so publish values
247
if int(time.time()/300) > start:
248
print("PUBLISH EVERY FIVE MINUTES")
0 commit comments