Skip to content

Commit 2f76191

Browse files
author
brentru
committed
put the sleep(60) back into the code
1 parent aacaafa commit 2f76191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adafruit_io_simpletest_randomizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
print("Failed to get data, retrying\n", e)
6666
wifi.reset()
6767
continue
68-
time.sleep(0.5)
68+
time.sleep(60)

0 commit comments

Comments
 (0)