Skip to content

Commit

Permalink
commented testing function, updated version spew
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed May 15, 2019
1 parent 912e25e commit f517e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ settings.txt
/payloads/*
guilog_user.json
user_repos.json
nut/blawar-nut-60bf4e3/bin/hactool.exe
nut/blawar-nut-60bf4e3/bin/hactool_linux
nut/blawar-nut-60bf4e3/bin/hactool_mac
nut/blawar-nut-60bf4e3/cdn/__init__.py
nut/blawar-nut-60bf4e3/cdn/Atum.py
nut/blawar-nut-60bf4e3/cdn/Shogun.py
nut/blawar-nut-60bf4e3/cdn/Superfly.py
titledb/ZA.en.json
titledb/US.es.json
titledb/US.en.json
Expand Down
6 changes: 3 additions & 3 deletions HBUpdaterGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if sys.version_info[0] < 3 or sys.version_info[1] < 6:
sys.exit("Python 3.6 or greater is required to run this program.")

version = "0.4 (BETA)"
version = "0.5 (BETA)"
print("HBUpdaterGUI version {}".format(version))

#My modules
Expand Down Expand Up @@ -94,8 +94,8 @@ def GetUpdatedJson():

# def HandleUserAddedRepos():
if __name__ == '__main__':
UseCachedJson() #use this to use only pre-downloaded json files
#GetUpdatedJson() #use this to download new json (required to get updates)
#UseCachedJson() #use this to use only pre-downloaded json files
GetUpdatedJson() #use this to download new json (required to get updates)

for softwarechunk in guicore.hbdict:
softwarechunk["photopath"] = None
Expand Down
1 change: 0 additions & 1 deletion nutpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def getnut(self):
startnut()



def installpipmodule(module):
try:
print("installing {} via pip".format(module))
Expand Down

0 comments on commit f517e90

Please sign in to comment.