mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
Update mtk_main.py
This commit is contained in:
parent
4e95d315c5
commit
798696990a
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ class Main(metaclass=LogBase):
|
|||
self.close()
|
||||
elif cmd == "multi":
|
||||
# Split the commands in the multi argument
|
||||
commands = self.args.commands.split(',')
|
||||
commands = self.args.commands.split(';')
|
||||
# DA / Flash commands start here
|
||||
try:
|
||||
preloader = self.args.preloader
|
||||
|
|
Loading…
Reference in a new issue