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 %}