Include URL in live.yaml
This commit is contained in:
parent
aa22d76699
commit
ff0d81f32c
2 changed files with 21 additions and 19 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue