From 0fd8db97490b6f55b3a71b8880f531af7afa83de Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 27 Mar 2025 09:17:26 +0100 Subject: [PATCH] fix: site monitoring on homepage link --- app.py | 2 -- templates/homepage.j2 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app.py b/app.py index 5837049..c4d8872 100755 --- a/app.py +++ b/app.py @@ -19,8 +19,6 @@ def homepage(): if __name__ == "__main__": - GIT_URL = os.environ['GIT_URL'] - MONITORING_URL = os.environ['MONITORING_URL'] app.run(debug=os.environ['DEBUG_MODE']) diff --git a/templates/homepage.j2 b/templates/homepage.j2 index 493b71c..087b123 100644 --- a/templates/homepage.j2 +++ b/templates/homepage.j2 @@ -4,6 +4,6 @@ {{ super() }} {% endblock %} {% block content %} -

This is Adrian's homepage, checkout his running services and their state here

+

This is Adrian's homepage, checkout his running services and their state here

Yes, Adrian is refering to himself in the third person.

{% endblock %}