@@ -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)
The note is not visible to the blocked user.