mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-23 09:15:34 +02:00
ruff: add S linter
this mostly adds a timeout=60 to all requests this does mainly wants a timeout to all requests functions, since when left out they hang infinitly. I added a timeout of 60s, which is probably way too high, but since before this there was none, I guess it's an improvement?
This commit is contained in:
@@ -5,5 +5,5 @@ class DbConfig(BaseSettings):
|
||||
host: str = "localhost"
|
||||
port: int = 5432
|
||||
user: str = "MediaManager"
|
||||
password: str = "MediaManager"
|
||||
password: str = "MediaManager" # noqa: S105
|
||||
dbname: str = "MediaManager"
|
||||
|
||||
Reference in New Issue
Block a user