Update 'smtp2qnap4slack.py'

This commit is contained in:
Jonny Ervine 2020-10-22 05:38:28 +00:00
parent 1a6a3d795c
commit 55584281e7

View File

@ -89,3 +89,4 @@ if __name__ == '__main__':
controller = MyController(handler, hostname=LHOST, port=LPORT)
controller.start()
input('SMTP server is running.\n')