Skip to content

Commit 496b031

Browse files
committed
Tabs/spaces error....
1 parent aa14898 commit 496b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeatherStationCoreLink/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def reboot():
2626
try:
2727
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
2828
time.sleep(600)
29-
reboot() #Clerly it's not restarted by now so we'll try again
29+
reboot() #Clerly it's not restarted by now so we'll try again
3030
except:
3131
time.sleep(600) #Just in case that api call fails as it sometimes does
3232
reboot()

0 commit comments

Comments
 (0)