Skip to content

Commit

Permalink
Update MiUnlockTool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l authored Oct 6, 2024
1 parent 2696658 commit 7876c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiUnlockTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
os.chmod(cmd, st.st_mode | stat.S_IEXEC)
browserp = "wlm"

datafile = os.path.join(os.path.dirname(__file__), "data.json")
datafile = os.path.join(os.path.dirname(__file__), "miunlockdata.json")

while os.path.isfile(datafile):
try:
Expand Down

0 comments on commit 7876c75

Please sign in to comment.