Skip to content

Commit

Permalink
Fixed Tool not launching & Fixed another crash
Browse files Browse the repository at this point in the history
Entering a letter into the app id field no longer crashes the tool.
Fixed a problem regarding the updater to not correctly launch the tool
  • Loading branch information
Official-Husko committed Feb 24, 2022
1 parent c125c8b commit 9a7dc12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ def update_checker():
bar()
file.close()
print("")
print("The Update has been downloaded into the downloads folder in your directory. Once you are ready you can close the bot and replace the old exe with the new one. This will not delete any of the configs!")
print("The Update has been downloaded into the update folder in your directory. the bot will close so you can replace the old exe with the new one. This will not delete any of the configs!")
sleep(5)
sys.exit(0)
else:
print("Proceeding to Downloader")
sleep(3)
proxy_scraper(cfg)
else:
proxy_scraper(cfg)

# Set CMD Title
ctypes.windll.kernel32.SetConsoleTitleW("Husko's Steam Workshop Downloader | v" + version)
Expand Down

0 comments on commit 9a7dc12

Please sign in to comment.