Skip to content

Commit ca1c7f2

Browse files
Hotfix: #88: Updated function args.
1 parent 82eaacf commit ca1c7f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def after_connect(adb):
6363
if not (os.path.isfile('helpers/LegacyWhatsApp.apk')):
6464
custom_print(
6565
'Downloading legacy WhatsApp V2.11.431 to \"helpers\" folder')
66-
download_apk(adb, download_app_from, 'helpers/LegacyWhatsApp.apk')
66+
download_apk(download_app_from, 'helpers/LegacyWhatsApp.apk')
6767
# wget.download(downloadAppFrom, 'helpers/LegacyWhatsApp.apk')
6868
custom_print('\n', is_get_time=False)
6969
else:

non_essentials/DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
08/03/2022
1+
10/03/2022

0 commit comments

Comments
 (0)