newline
All checks were successful
/ Plan (push) Successful in 39s
/ Plan (pull_request) Successful in 21s

This commit is contained in:
Dan Hamik 2024-11-26 00:56:41 -06:00
parent 9f2b8de131
commit e914656041

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">