From f517e90f342ae45883faa862f65a853bfb3bc178 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 15 May 2019 16:17:14 -0700 Subject: [PATCH] commented testing function, updated version spew --- .gitignore | 7 ------- HBUpdaterGUI.py | 6 +++--- nutpage.py | 1 - 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index b8f2494..559f470 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/HBUpdaterGUI.py b/HBUpdaterGUI.py index b95d129..adfd4af 100644 --- a/HBUpdaterGUI.py +++ b/HBUpdaterGUI.py @@ -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 @@ -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 diff --git a/nutpage.py b/nutpage.py index 0ee850a..bf33185 100644 --- a/nutpage.py +++ b/nutpage.py @@ -46,7 +46,6 @@ def getnut(self): startnut() - def installpipmodule(module): try: print("installing {} via pip".format(module))