mirror of
https://github.com/bkerler/mtkclient.git
synced 2025-03-01 16:05:27 -05:00
Update dalegacy_lib.py
Fix improper readflash status on legacy
This commit is contained in:
parent
44c750ac5b
commit
a9f222320a
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ class DALegacy(metaclass=LogBase):
|
|||
self.mtk.daloader.progress.show_progress("Read", length, length, display)
|
||||
rq.put(None)
|
||||
worker.join(60)
|
||||
return b""
|
||||
return True
|
||||
else:
|
||||
buffer = bytearray()
|
||||
bytestoread = length
|
||||
|
|
Loading…
Reference in a new issue