Skip to content

Commit

Permalink
try to improve force closing
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 27, 2023
1 parent e32f79e commit 6a93c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofscraper/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def main():
if other_log_process:
other_log_process.join(timeout=20)
if other_log_process.is_alive():other_log_process.terminate()

if other_log_thread:other_event.set();other_log_thread.join()
logger.queue_.close()
logger.queue_.cancel_join_thread()
Expand Down

0 comments on commit 6a93c57

Please sign in to comment.