feat: update last scraped timestamp format to include seconds
CI / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-07-12 22:12:55 +02:00
parent cd6167f6a3
commit 691cbd9cb6
+1 -1
View File
@@ -51,7 +51,7 @@
<td><strong>{{ kw.subscriber_count }}</strong> <i class="ph-fill ph-users" style="color: var(--text-muted); font-size: 12px;"></i></td>
<td>
{% if kw.last_scraped_at %}
{{ kw.last_scraped_at.strftime('%Y-%m-%d %H:%M') }}
{{ kw.last_scraped_at.strftime('%Y-%m-%d %H:%M:%S') }}
{% else %}
<span style="color: var(--text-muted);">Never</span>
{% endif %}