Removed option to shutdown SMTP server

This commit is contained in:
Jonathan Ervine 2020-10-22 10:12:10 +08:00
parent 6b9e252107
commit f5817edb90

View File

@ -88,5 +88,5 @@ if __name__ == '__main__':
handler = CustomHandler()
controller = MyController(handler, hostname=LHOST, port=LPORT)
controller.start()
input('SMTP server is running. Press Return to stop server and exit.\n')
print('SMTP server is running..\n')
controller.stop()