diff --git a/.gitignore b/.gitignore index d613ff8..a11c5ca 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ Huskos SteamWorkshop Downloader.spec configs/ -update/ \ No newline at end of file +update/ +website/Wolf-Awesome-Lite.exe + +website/database.db diff --git a/Build Release.bat b/Build Release.bat index 120be39..4567b06 100644 --- a/Build Release.bat +++ b/Build Release.bat @@ -1,5 +1 @@ -FOR /F "tokens=* USEBACKQ" %%F IN (`powershell -Command "[guid]::NewGuid().ToString()"`) DO ( -SET var=%%F -) -ECHO %var% -pyinstaller --onefile --icon "icon.ico" --console --name "Huskos SteamWorkshop Downloader" --key "%var%" --add-data="C:/Python310/Lib/site-packages/grapheme/data/*;grapheme/data/" bot.py \ No newline at end of file +pyinstaller --onefile --icon "icon.ico" --console --name "Huskos SteamWorkshop Downloader" --add-data="C:/Users/Official Husko/AppData/Local/Programs/Python/Python310/Lib/site-packages/grapheme/data/*;grapheme/data/" bot.py \ No newline at end of file diff --git a/bot.py b/bot.py index 7b3e9b5..ba197c4 100644 --- a/bot.py +++ b/bot.py @@ -118,8 +118,6 @@ def node_checker(cfg): except requests.exceptions.Timeout as e: print("[" + colored("-", "red") + "]: " + backends) pass - print(backend) - sleep(5) game_selection(cfg) def game_selection(cfg):