Compare commits

...

3 Commits

Author SHA1 Message Date
0dc6a1d8c7 Merge pull request 'Added a space for last updated.' (#32) from work into main
Reviewed-on: #32
2024-11-26 00:57:07 -06:00
e914656041 newline
All checks were successful
/ Plan (push) Successful in 39s
/ Plan (pull_request) Successful in 21s
2024-11-26 00:56:41 -06:00
9f2b8de131 Added a space for last updated.
All checks were successful
/ Plan (push) Successful in 36s
2024-11-26 00:53:24 -06:00

View File

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