Skip to content

Commit

Permalink
Update start.py
Browse files Browse the repository at this point in the history
test without other
  • Loading branch information
datawhores authored Nov 23, 2023
1 parent deb2de8 commit d7e8237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofscraper/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def main():
main_event = Event()
other_event = Event()
main_log_thread=logger.start_stdout_logthread(event=main_event)
if system.getcpu_count()>=2:other_log_process=logger.start_other_process()
else: other_log_thread=logger.start_other_thread(event=other_event)
# if system.getcpu_count()>=2:other_log_process=logger.start_other_process()
# else: other_log_thread=logger.start_other_thread(event=other_event)
# allow background processes to start
time.sleep(3)

Expand Down

0 comments on commit d7e8237

Please sign in to comment.