mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added a prompt ... for ngrok not found text
This commit is contained in:
parent
7b0ef39a60
commit
9771e3be1a
|
@ -32,9 +32,10 @@ if checkConnection() == False:
|
|||
{0}[{1}!{0}]{1} Network error. Verify your connection.\n
|
||||
''').format(RED, DEFAULT))
|
||||
exit(0)
|
||||
|
||||
|
||||
def checkNgrok(): #Ngrok check
|
||||
if path.isfile('Server/ngrok') == False: #Is Ngrok downloaded?
|
||||
print(_('[*] Ngrok Not Found !!'))
|
||||
print(_('[*] Downloading Ngrok...'))
|
||||
if 'Android' in str(check_output(('uname', '-a'))):
|
||||
filename = 'ngrok-stable-linux-arm.zip'
|
||||
|
|
Loading…
Reference in New Issue
Block a user