Update mtk_main.py

This commit is contained in:
shmu1i 2024-09-19 12:31:14 -04:00 committed by GitHub
parent 4e95d315c5
commit 798696990a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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