Disable debug for set_clock_from_localtime

This commit is contained in:
Pierrick C 2018-09-10 15:18:00 +02:00
parent cca0c082c8
commit 672b0b6015
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ while True:
src.update(current_time, verbose=PRINT_DATA)
# 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:
#Only write data when clocks are OK