mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
log cleanup
This commit is contained in:
@@ -118,7 +118,7 @@ def timer(t0: float, script, callback: str):
|
||||
t1 = time.time()
|
||||
s = round(t1 - t0, 2)
|
||||
if s > 0.1:
|
||||
errors.log.debug(f'Script: {s}s {callback} {script}')
|
||||
errors.log.debug(f'Script: {s} {callback} {script}')
|
||||
|
||||
|
||||
def clear_callbacks():
|
||||
|
||||
Reference in New Issue
Block a user