Left only local presets cause there is no changes on converter side

This commit is contained in:
Kibzik
2023-03-17 18:41:57 +03:00
parent 40e153130b
commit 832dbc3348
2 changed files with 6 additions and 4 deletions

View File

@@ -58,8 +58,8 @@ def callback(ch, method, properties, body: bytes, main_logger: logging.Logger, l
"params": book_params
}
# thread = Thread(target=convert_book, kwargs=params)
thread = Thread(target=local_convert_book, kwargs=params)
thread = Thread(target=convert_book, kwargs=params)
# thread = Thread(target=local_convert_book, kwargs=params)
thread.start()
logging.log(logging.INFO, f"Active threads: {active_count()}.")
# print(f"Active threads: {active_count()}.")