From fa0b042ac5417a64a8f2936c40d2b2005e80ef58 Mon Sep 17 00:00:00 2001 From: Official Husko Date: Fri, 20 May 2022 12:52:42 +0200 Subject: [PATCH] Quick Fix to remove debug text No more printing of some debug text --- .gitignore | 5 ++++- Build Release.bat | 6 +----- bot.py | 2 -- 3 files changed, 5 insertions(+), 8 deletions(-) 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):