We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f72b5 commit 6946fd5Copy full SHA for 6946fd5
ury_wrapped/tasks.py
@@ -88,7 +88,7 @@ class Task(NamedTuple):
88
l.time_end between ts.start_time - '10 minutes'::interval and ts.start_time + ts.duration + '10 minutes'::interval
89
where l.time_end - l.time_start < '12 hours'::interval
90
""",
91
- lambda total: f"People wasted {total[0].days*24 + total[0].seconds//3600} hours of their lives listening to you this year.",
+ lambda total: f"People spent {total[0].days*24 + total[0].seconds//3600} hours of their lives listening to you this year.",
92
),
93
Task(
94
"first_song",
0 commit comments