mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Exit error fix
Fix - error when HiddenEye.py start's
This commit is contained in:
parent
f4d87f962e
commit
40542a0695
|
@ -24,7 +24,7 @@ if checkConnection() == False:
|
|||
|
||||
{0}[{1}!{0}]{1} Network error. Verify your connection.\n
|
||||
'''.format(RED, DEFAULT))
|
||||
exit(0)
|
||||
exit(0)
|
||||
|
||||
def checkNgrok(): #Ngrok check
|
||||
if path.isfile('Server/ngrok') == False: #Is Ngrok downloaded?
|
||||
|
|
Loading…
Reference in New Issue
Block a user