Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedsde committed Sep 21, 2023
1 parent af1510c commit 5afc50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht_torznab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Config:
env_prefix = "DHT_TORZNAB__"
env_nested_delimiter = "__"
# NOTE: see https://docs.pydantic.dev/1.10/usage/settings/#environment-variable-names
case_sensitive=True
case_sensitive = True


@lru_cache
Expand Down

0 comments on commit 5afc50d

Please sign in to comment.