mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-23 02:27:05 +00:00
Fixed W292 (missing-newline-at-end-of-file): No newline at end of file
This commit is contained in:
parent
d1d3d08d70
commit
8b9d3ec094
@ -4,4 +4,4 @@ import utils
|
|||||||
app.logger.addHandler(utils.create_syslog_handler())
|
app.logger.addHandler(utils.create_syslog_handler())
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(port=10222)
|
app.run(port=10222)
|
||||||
|
Loading…
Reference in New Issue
Block a user