log cleanup

This commit is contained in:
Vladimir Mandic
2023-10-31 12:34:35 -04:00
parent 4392e69431
commit 676ac120f1
24 changed files with 59 additions and 49 deletions
+1 -1
View File
@@ -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():