Removed stop command
This commit is contained in:
parent
f5817edb90
commit
802b355be6
@ -88,5 +88,4 @@ if __name__ == '__main__':
|
|||||||
handler = CustomHandler()
|
handler = CustomHandler()
|
||||||
controller = MyController(handler, hostname=LHOST, port=LPORT)
|
controller = MyController(handler, hostname=LHOST, port=LPORT)
|
||||||
controller.start()
|
controller.start()
|
||||||
print('SMTP server is running..\n')
|
print('SMTP server is running.\n')
|
||||||
controller.stop()
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user