Skip to content

Commit b7e6989

Browse files
committed
Remove debugging
1 parent 51dc5a6 commit b7e6989

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
@@ -28,7 +28,7 @@ def reboot():
2828
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
2929
time.sleep(60) # Just in case that api call fails AGAIN as it sometimes does
3030
sys.exit() #This forces a container restart anyway
31-
reboot()
31+
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
3434
try:

0 commit comments

Comments
 (0)