Follow up fixes for the image URL support

This commit is contained in:
Thomas Sileo 2022-11-11 15:13:45 +01:00
parent 4613997fe3
commit 698a2bae11
2 changed files with 2 additions and 1 deletions

View file

@ -92,7 +92,7 @@ class Config(pydantic.BaseModel):
summary: str
https: bool
icon_url: str
image_url: str
image_url: str | None = None
secret: str
debug: bool = False
trusted_hosts: list[str] = ["127.0.0.1"]