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 aa14898 commit 496b031Copy full SHA for 496b031
WeatherStationCoreLink/main.py
@@ -26,7 +26,7 @@ def reboot():
26
try:
27
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
28
time.sleep(600)
29
- reboot() #Clerly it's not restarted by now so we'll try again
+ reboot() #Clerly it's not restarted by now so we'll try again
30
except:
31
time.sleep(600) #Just in case that api call fails as it sometimes does
32
reboot()
0 commit comments