We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eaacf commit ca1c7f2Copy full SHA for ca1c7f2
helpers/handler.py
@@ -63,7 +63,7 @@ def after_connect(adb):
63
if not (os.path.isfile('helpers/LegacyWhatsApp.apk')):
64
custom_print(
65
'Downloading legacy WhatsApp V2.11.431 to \"helpers\" folder')
66
- download_apk(adb, download_app_from, 'helpers/LegacyWhatsApp.apk')
+ download_apk(download_app_from, 'helpers/LegacyWhatsApp.apk')
67
# wget.download(downloadAppFrom, 'helpers/LegacyWhatsApp.apk')
68
custom_print('\n', is_get_time=False)
69
else:
non_essentials/DATE
@@ -1 +1 @@
1
-08/03/2022
+10/03/2022
0 commit comments