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 3c81604 commit b0886e0Copy full SHA for b0886e0
PyPortal_Thingiverse/thingiverse.py
@@ -47,4 +47,4 @@
47
thingy = random.randint(0, NUM_THINGS - 1)
48
URL_LOCATION[0] = TITLE_LOCATION[0] = IMAGE_LOCATION[0] = thingy
49
50
- time.sleep(60 * 3) # cycle every 3 minutes
+ time.sleep(60 * 3) # cycle every 3 minutes
0 commit comments