mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix commit aefcd8bf17
.
This commit is contained in:
parent
aefcd8bf17
commit
41a4e4e490
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class DA_handler(metaclass=LogBase):
|
|||
self.info("Device is in Preloader-Mode :(")
|
||||
|
||||
|
||||
if preloader is not None:
|
||||
if preloader is not None and mtk.config.preloader is None:
|
||||
mtk.config.preloader = preloader
|
||||
|
||||
if not mtk.daloader.upload_da(preloader=preloader):
|
||||
|
|
Loading…
Reference in a new issue