mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-06 22:17:23 +02:00
Fixed W292 (missing-newline-at-end-of-file): No newline at end of file
This commit is contained in:
committed by
Joshua Tauberer
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user