Skip to content

Commit

Permalink
- [Tool] disable a bug
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Sep 17, 2024
1 parent 2658264 commit f27ea00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
from tkinter.ttk import Scrollbar

import tarsafe

from pyaxmlparser import APK
try:
from pyaxmlparser import APK
except:
APK = print
from unkdz import KDZFileTools

if platform.system() != 'Darwin':
Expand Down

0 comments on commit f27ea00

Please sign in to comment.