updates-uptimes: Tiny fix for showing dates in host-u.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill
2025-10-06 15:45:23 -04:00
parent 5c7984f0f8
commit d5c0412c7b

View File

@@ -1507,7 +1507,7 @@ def _diff_hosts(data1, data2, show_both=False, show_utf8=True, skip_eq=False):
# Something about host changed, show old/new...
if show_both:
_print_line('-', d1, prev=pdata)
_print_line(utf8, d2, high=high, prev=pdata)
_print_line(utf8, d2, high=high, prev=d1)
pdata = d2
continue