Skip to content

Commit

Permalink
Revert "Update bot.py"
Browse files Browse the repository at this point in the history
This reverts commit f573fe6.
  • Loading branch information
OasisAkari committed Jan 22, 2025
1 parent f573fe6 commit 82dd1b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bots/web/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ def run_flask():
p2 = Process(target=run_flask)
p1.start()
p2.start()
try:
while True:
time.sleep(1)
except (KeyboardInterrupt, SystemExit):
p1.terminate()
p2.terminate()
sys.exit(0)

0 comments on commit 82dd1b4

Please sign in to comment.