Skip to content

Commit 6946fd5

Browse files
committed
feat: adjust wording
1 parent 23f72b5 commit 6946fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ury_wrapped/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Task(NamedTuple):
8888
l.time_end between ts.start_time - '10 minutes'::interval and ts.start_time + ts.duration + '10 minutes'::interval
8989
where l.time_end - l.time_start < '12 hours'::interval
9090
""",
91-
lambda total: f"People wasted {total[0].days*24 + total[0].seconds//3600} hours of their lives listening to you this year.",
91+
lambda total: f"People spent {total[0].days*24 + total[0].seconds//3600} hours of their lives listening to you this year.",
9292
),
9393
Task(
9494
"first_song",

0 commit comments

Comments
 (0)