diff --git a/WebHost/__init__.py b/WebHost/__init__.py index e0ad96ef..d099313a 100644 --- a/WebHost/__init__.py +++ b/WebHost/__init__.py @@ -130,7 +130,7 @@ def host_room(room: int): @app.route('/tracker/') -@cache.memoize(timeout=60 * 5) # update every 5 minutes +@cache.memoize(timeout=60) # update every minute def get_tracker(room: int): # This more WIP than the rest import Items diff --git a/WebHost/templates/tracker.html b/WebHost/templates/tracker.html index dd4b5ab8..3e84c9d9 100644 --- a/WebHost/templates/tracker.html +++ b/WebHost/templates/tracker.html @@ -1,5 +1,6 @@ {% extends 'layout.html' %} {% block head %} + Multiworld Tracker for Room {{ room.id }} {% endblock %} {% block body %}