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