Skip to content

Commit

Permalink
Workaround to prevent ws container crashing due to #162
Browse files Browse the repository at this point in the history
  • Loading branch information
vfedotovs committed Dec 1, 2022
1 parent f22dc7b commit 3a40bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/wsmodules/db_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def db_worker_main() -> None:

# Extract all removed_ads table data and save to file
removed_ads_text_data = extract_data_from_removed_ads_db_table()
save_text_to_file(removed_ads_text_data)
logger.info(removed_ads_text_data)
# save_text_to_file(removed_ads_text_data)
logger.info(" --- Ended db_worker module ---")


Expand Down

0 comments on commit 3a40bc5

Please sign in to comment.