change host to 0.0.0.0 so it is reachable in local network

This commit is contained in:
2021-04-03 21:53:55 +02:00
parent e89b86c3cf
commit 63691dde66

View File

@@ -131,7 +131,7 @@ def application():
return wp
def main():
justpy()
justpy(host="0.0.0.0")
if __name__ == '__main__':
sys.exit(main())