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
|
return wp
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
justpy()
|
justpy(host="0.0.0.0")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.exit(main())
|
sys.exit(main())
|
||||||
|
|||||||
Reference in New Issue
Block a user