Added input
This commit is contained in:
parent
a331b6babf
commit
2780d4eff9
@ -88,4 +88,5 @@ 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()
|
||||||
k=input('SMTP server has started ...')
|
|
||||||
|
k=input('SMTP server has started ...')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user