cleanup logging

This commit is contained in:
Vladimir Mandic
2024-01-17 16:04:36 -05:00
parent 35c66d7ac9
commit 2ec03021dc
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def generate_click(job_id: str, active_tab: str, *args):
while busy:
time.sleep(0.01)
from modules.control.run import control_run
shared.log.debug(f'Control: tab="{active_tab}" job={job_id} args={args}')
debug(f'Control: tab="{active_tab}" job={job_id} args={args}')
shared.state.begin('control')
progress.add_task_to_queue(job_id)
with call_queue.queue_lock: