Compare commits

..

No commits in common. "0dc6a1d8c7488114943ad6bf2f16eb6634c8f68f" and "a32b996b13d984e7e27a30fab121d3b4022286b0" have entirely different histories.

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<BR> " + str(datetime.datetime.now(timezone))
returntable="Last Updated" + 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">