change host to 0.0.0.0 so it is reachable in local network
This commit is contained in:
@@ -131,7 +131,7 @@ def application():
|
||||
return wp
|
||||
|
||||
def main():
|
||||
justpy()
|
||||
justpy(host="0.0.0.0")
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
|
||||
Reference in New Issue
Block a user