Skip to content

Commit

Permalink
environment variable for cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive authored Jun 5, 2024
1 parent ae89919 commit 388e561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyopensky/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Resolution(TypedDict, total=False):
NAME_RESOLUTION: dict[str, Resolution] = {
# Cache configuration
"cache_dir": dict(
environment_variable="OPENSKY_CACHE",
opensky_category="cache",
opensky_name="path",
traffic_category="cache",
Expand Down

0 comments on commit 388e561

Please sign in to comment.