Refreshing PythonLib repo

This commit is contained in:
Stewie
2022-05-14 17:23:49 -04:00
parent 253f5ea9ce
commit 54f5574108

View File

@@ -182,6 +182,7 @@ if __name__ == "__main__":
args = get_arguments()
#print(vars(args))
RepoFunctions.refresh_repo("PythonLib")
game_name = args.game
tales_instance = getTalesInstance(game_name)