@@ -0,0 +1,6 @@
"""Gunicorn-Einstiegspunkt für den Web-Dienst."""
from app.web import app # noqa: F401
if __name__ == "__main__":
from app import config
app.run(host="127.0.0.1", port=config.PORT, debug=True)
The note is not visible to the blocked user.