Merge pull request #289 from lorenzo-reho/main

Fixed cmd_download_apks serial connection bug
This commit is contained in:
Nex 2022-07-02 18:22:59 +02:00 committed by GitHub
commit 88665cf7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ class DownloadAPKs(AndroidExtraction):
m = Packages()
m.log = self.log
m.serial = self.serial
m.run()
self.packages = m.results