mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -141,7 +141,7 @@ def print_timers():
|
||||
if v > 0.05:
|
||||
long_callbacks.append(f'{k}={v:.2f}')
|
||||
if len(long_callbacks) > 0:
|
||||
errors.log.debug(f'Script callback init time: {" ".join(long_callbacks)}')
|
||||
errors.log.debug(f'Script init: {long_callbacks}')
|
||||
|
||||
|
||||
def clear_callbacks():
|
||||
|
||||
Reference in New Issue
Block a user