diff --git a/smtp2qnap4slack.py b/smtp2qnap4slack.py index 08e0051..500cb0e 100644 --- a/smtp2qnap4slack.py +++ b/smtp2qnap4slack.py @@ -88,5 +88,4 @@ if __name__ == '__main__': handler = CustomHandler() controller = MyController(handler, hostname=LHOST, port=LPORT) controller.start() - input('SMTP server is running.') \ No newline at end of file