Added a space for last updated. #32

Merged
paradizelost merged 2 commits from work into main 2024-11-26 00:57:11 -06:00
Showing only changes of commit e914656041 - Show all commits

View File

@ -192,7 +192,7 @@ TD {border-width: 1px; padding: 3px; border-style: solid; border-color: black;}
</style><table>"""
tableend="</table> </body></html>"
timezone = ZoneInfo("America/Chicago")
returntable="Last Updated " + str(datetime.datetime.now(timezone))
returntable="Last Updated<BR> " + str(datetime.datetime.now(timezone))
returntable+='<br>Click <a href="https://librarynotice.hamik.net">Here</a> to visit the site.'
returntable += """<form action="https://librarynotice.hamik.net/refresh.php">
<input type="submit" value="Refresh Items">