fix date on startpage

This commit is contained in:
Hendrik Schutter 2022-07-21 00:10:07 +02:00
parent a925723c6d
commit 0971615f98
1 changed files with 3 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def html_startpage_info(seller_listings_count, cheaper_listings_count, compare_t
<h3>Runtime info</h3>
<p>Compare time needed: ''' + str(compare_time) + '''</p>
<p>Export time needed: ''' + str(export_time) + '''</p>
<p>Date of creation: ''' + str(cheaper_listings_count) + '''</p>
<p>Date of creation: ''' + str(date) + '''</p>
</div>
<div class="w3-center-align">
<form action="compare/1.html"+">
@ -209,3 +209,5 @@ def html_startpage_trailer():
</html>
'''