feat: catch & log invalid items to discord webhook
This commit is contained in:
parent
ca3b145a0c
commit
884ef30c79
6 changed files with 968 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ class Settings(BaseSettings):
|
|||
|
||||
model_config = SettingsConfigDict(env_file=".env", extra="ignore")
|
||||
cookie_secure: bool = True
|
||||
webhook_url: str
|
||||
|
||||
settings = Settings()
|
||||
cipher = Fernet(settings.fernet_key.encode())
|
||||
Loading…
Reference in a new issue