10000 Some bugs fixed. · CKAndroidProject/adbsploit@d78f7b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d78f7b6

Browse files
authored
Some bugs fixed.
When some dependencies not installed, script will be crashed because os.sys(1) is invalid (sys.exit(1)). Sorry for last pull request had a bug. :D If you want to create more scripts together, contact me at once: WhatsApp: +98 9379446362 E-mail: admin@bugzone.ir Telegram: @witblack Instagram: @ WitBlack80
1 parent 3277ba9 commit d78f7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adbsploit/adbsploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
except:
1616
print('\x1b[0;31mSome deependencies not installed.')
1717
print('RUN: "pip install colorama rich adbutils pyfiglet" to install missing items.')
18-
os.exit(1)
18+
sys.exit(1)
1919

2020
# ***********************************************************************
2121
# Variables and main

0 commit comments

Comments
 (0)
0