Skip to content

Commit

Permalink
don't unpack GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Aug 19, 2022
1 parent 150aac0 commit c9d9c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def exit_program(code: int):
with open('game.path', 'r') as f:
path = f.read().strip()
unpack = WoWsUnpack(path)
unpack.unpackGameGUI()

try:
unpack.unpackGameParams()
Expand Down

0 comments on commit c9d9c58

Please sign in to comment.