random modifications from server?

This commit is contained in:
root
2022-03-16 19:17:51 +00:00
parent 94f05fe547
commit 7acd546481
3 changed files with 47 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/local/bin/python
import bottle
import json
import anydbm
@@ -33,4 +33,5 @@ def index():
if __name__ == "__main__":
bottle.debug(True)
bottle.run(app, host='localhost', port=55580)
bottle.run(app, host='0.0.0.0', port=55580)