mirror of
https://github.com/simple-login/app.git
synced 2025-10-20 12:17:13 +08:00
revert port binding on email handler
This commit is contained in:
parent
6835c5b69d
commit
cbdd080587
1 changed files with 1 additions and 1 deletions
|
@ -1268,7 +1268,7 @@ class MailHandler:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
controller = Controller(MailHandler(), hostname="127.0.0.1", port=20381)
|
controller = Controller(MailHandler(), hostname="0.0.0.0", port=20381)
|
||||||
|
|
||||||
controller.start()
|
controller.start()
|
||||||
LOG.d("Start mail controller %s %s", controller.hostname, controller.port)
|
LOG.d("Start mail controller %s %s", controller.hostname, controller.port)
|
||||||
|
|
Loading…
Add table
Reference in a new issue