Include URL in live.yaml

This commit is contained in:
Edward Betts 2025-08-04 20:44:30 +01:00
parent aa22d76699
commit ff0d81f32c
2 changed files with 21 additions and 19 deletions

View file

@ -28,6 +28,7 @@ class LiveConference(typing.TypedDict, total=False):
year: int
live: date
url: str | None
redirect_to_url: str | None
def load_yaml(name: str) -> typing.Any: