Skip to content

Commit

Permalink
Update mtk_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Jun 26, 2024
1 parent 0a293c2 commit 36eec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/Library/mtk_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(self, args, config):
try:
if args.preloader is not None:
config.chipconfig.var1 = getint(args.var1)
self.info("O:Var1:\t\t" + args.var1)
self.info("O:Var1:\t\t" + config.chipconfig.var1)
except AttributeError:
pass
try:
Expand Down

0 comments on commit 36eec49

Please sign in to comment.