From 7842d6f45d8b60ea125060328cf732574c829f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 9 Jan 2023 19:00:03 +0100 Subject: [PATCH] Remove debugging statement --- Dockerfile | 2 +- src/web/tracker/templates/list_sessions.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2172c54..9607513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10.9-alpine -ENV VERSION_NUMBER 0.1.2-7-g24f4459 +ENV VERSION_NUMBER 0.1.2-8-gb77089f ENV PROD 1 RUN apk add \ diff --git a/src/web/tracker/templates/list_sessions.html b/src/web/tracker/templates/list_sessions.html index 6e74a67..3e32aad 100644 --- a/src/web/tracker/templates/list_sessions.html +++ b/src/web/tracker/templates/list_sessions.html @@ -5,7 +5,7 @@ {% block content %} {% if purchase %}
-

Listing sessions only for purchaseee "{{ purchase }}" (total playtime: {{ total_duration }})

+

Listing sessions only for purchase "{{ purchase }}" (total playtime: {{ total_duration }})

View all sessions
{% endif %}