Disable debug for set_clock_from_localtime
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user