From 0971615f98ac00fcc488563da7068c16a00c56b6 Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 21 Jul 2022 00:10:07 +0200 Subject: [PATCH] fix date on startpage --- template_html.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template_html.py b/template_html.py index c7418a0..0add8c8 100644 --- a/template_html.py +++ b/template_html.py @@ -182,7 +182,7 @@ def html_startpage_info(seller_listings_count, cheaper_listings_count, compare_t

Runtime info

Compare time needed: ''' + str(compare_time) + '''

Export time needed: ''' + str(export_time) + '''

-

Date of creation: ''' + str(cheaper_listings_count) + '''

+

Date of creation: ''' + str(date) + '''

@@ -209,3 +209,5 @@ def html_startpage_trailer(): ''' + +