mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 13:33:39 -07:00
ruff
This commit is contained in:
parent
2d98d7d2d9
commit
98ab9a38c8
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class AppSettings(AppLoggingSettings):
|
|||
def WORKERS(self) -> int:
|
||||
return max(1, self.WORKER_PER_CORE * self.UVICORN_WORKERS)
|
||||
|
||||
model_config = SettingsConfigDict(arbitrary_types_allowed=True, extra="allow", env_nested_delimiter='__')
|
||||
model_config = SettingsConfigDict(arbitrary_types_allowed=True, extra="allow", env_nested_delimiter="__")
|
||||
|
||||
# ===============================================
|
||||
# TLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue