Skip to content

Commit

Permalink
Quick Fix to remove debug text
Browse files Browse the repository at this point in the history
No more printing of some debug text
  • Loading branch information
Official-Husko committed May 20, 2022
1 parent 9676e73 commit fa0b042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Huskos SteamWorkshop Downloader.spec

configs/

update/
update/
website/Wolf-Awesome-Lite.exe

website/database.db
6 changes: 1 addition & 5 deletions Build Release.bat
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 0 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fa0b042

Please sign in to comment.