mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -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()
|
self.close()
|
||||||
elif cmd == "multi":
|
elif cmd == "multi":
|
||||||
# Split the commands in the multi argument
|
# Split the commands in the multi argument
|
||||||
commands = self.args.commands.split(',')
|
commands = self.args.commands.split(';')
|
||||||
# DA / Flash commands start here
|
# DA / Flash commands start here
|
||||||
try:
|
try:
|
||||||
preloader = self.args.preloader
|
preloader = self.args.preloader
|
||||||
|
|
Loading…
Reference in a new issue