From 81294a5ddeb82375fe03a3da0502de4d2af50fac Mon Sep 17 00:00:00 2001 From: jamulix Date: Tue, 21 Oct 2025 12:34:48 +0200 Subject: [PATCH] docs: Aktualisierte Beschreibungen in der Statistik-Anzeige --- app.py | 2 +- templates/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.py b/app.py index dede819..b40765f 100644 --- a/app.py +++ b/app.py @@ -106,7 +106,7 @@ def calculate_statistics(user_input, current_text): else: typing_speed = 0 - # Dauer pro Zeichen (in Sekunden) + # Zeichen pro Sekunden duration_per_char = 0 if total_chars > 0: duration_per_char = time_taken / total_chars if time_taken > 0 else 0 diff --git a/templates/index.html b/templates/index.html index a69a1c2..2c3e7da 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,12 +44,12 @@
Statistik