Removed stop command

This commit is contained in:
Jonathan Ervine 2020-10-22 10:25:40 +08:00
parent f5817edb90
commit 802b355be6

View File

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