Exit error fix

Fix - error when HiddenEye.py start's
This commit is contained in:
Artur Tretiak 2018-10-30 16:23:28 +02:00
parent f4d87f962e
commit 40542a0695

View File

@ -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?