Skip to content

Commit

Permalink
shutdown post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 18, 2024
1 parent 62a117d commit 6d82993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
print('\x1b[31;1mInstaller has crashed or has been aborted.\x1b[0m')
sys.exit(exit_code)

# sleep to prevent 429s
time.sleep(5)
print('\x1b[33;1mPlease re-run the run script after configuring the bot to start the bot.\x1b[0m')
sys.exit(0)

if not boot_file in os.listdir():
if os.path.isdir('update'):
Expand Down

0 comments on commit 6d82993

Please sign in to comment.