Lower Python requirment to 3.9

This commit is contained in:
2025-04-16 22:33:01 +02:00
parent 83dc6440d8
commit cb87f4e2d7
4 changed files with 23 additions and 8 deletions

View File

@ -29,7 +29,7 @@ def generate_html_for_videos(
Returns:
Returns HTML for video.
"""
time_now: datetime.datetime = datetime.datetime.now(tz=datetime.UTC)
time_now: datetime.datetime = datetime.datetime.now(tz=datetime.timezone.utc)
time_now_str: str = time_now.strftime("%Y-%m-%d %H:%M:%S %Z")
video_html: str = f"""