mirror of
https://github.com/open-webui/open-webui
synced 2025-05-02 03:56:09 +00:00
chore: format
This commit is contained in:
parent
d0e89a0318
commit
647aa1966f
@ -766,6 +766,7 @@ class BannerModel(BaseModel):
|
|||||||
dismissible: bool
|
dismissible: bool
|
||||||
timestamp: int
|
timestamp: int
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
banners = json.loads(os.environ.get("WEBUI_BANNERS", "[]"))
|
banners = json.loads(os.environ.get("WEBUI_BANNERS", "[]"))
|
||||||
banners = [BannerModel(**banner) for banner in banners]
|
banners = [BannerModel(**banner) for banner in banners]
|
||||||
|
Loading…
Reference in New Issue
Block a user