@@ -6,7 +6,7 @@ HOST = '0.0.0.0'
if __name__ == '__main__':
app.run(
debug=True,
debug=app.config.get('DEBUG', False),
host=HOST,
port=PORT,
use_reloader=True
The note is not visible to the blocked user.