Disable debug for set_clock_from_localtime
This commit is contained in:
parent
cca0c082c8
commit
672b0b6015
@ -110,7 +110,7 @@ while True:
|
|||||||
src.update(current_time, verbose=PRINT_DATA)
|
src.update(current_time, verbose=PRINT_DATA)
|
||||||
|
|
||||||
# Sync clocks
|
# Sync clocks
|
||||||
CLOCK_SYNCED = cameteo.set_clock_from_localtime(CLOCK, threshold=2.0, debug=True)
|
CLOCK_SYNCED = cameteo.set_clock_from_localtime(CLOCK, threshold=2.0, debug=False)
|
||||||
|
|
||||||
for src in data:
|
for src in data:
|
||||||
#Only write data when clocks are OK
|
#Only write data when clocks are OK
|
||||||
|
Loading…
Reference in New Issue
Block a user