Added input

This commit is contained in:
Jonathan Ervine 2020-10-27 20:51:28 +08:00
parent a02ce61b6d
commit a331b6babf

View File

@ -88,4 +88,4 @@ if __name__ == '__main__':
handler = CustomHandler()
controller = MyController(handler, hostname=LHOST, port=LPORT)
controller.start()
input('SMTP server has started ...')
k=input('SMTP server has started ...')