@@ -6,6 +6,8 @@ app = create_app()
if __name__ == "__main__":
os.makedirs(app.config["UPLOAD_FOLDER"], exist_ok=True)
print(f"listening on port {config.Config.PORT}")
with app.app_context():
db.create_all()
serve(app, host="0.0.0.0", port=config.Config.PORT)
The note is not visible to the blocked user.