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