Skip to content

Commit 4b2fcdc

Browse files
committed
Correct line endings again
1 parent b10a9a7 commit 4b2fcdc

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
@@ -27,7 +27,7 @@ def reboot():
2727
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
2828
time.sleep(60) # Just in case that api call fails AGAIN as it sometimes does
2929
reboot()
30-
return False
30+
return False #basically put itself into a loop
3131

3232
serialport = "/dev/ttyUSB0"
3333
baudrate = os.environ.get('baudRate', 19200) #Set the Baudrate to 19200 which is a nice default for the davis logger

0 commit comments

Comments
 (0)