Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jan 14, 2024
1 parent 71afd8a commit ebbdf17
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 490 deletions.
4 changes: 2 additions & 2 deletions getwvkeys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
WVK_LOG_FILE_PATH = pathlib.Path(
os.getcwd(), "logs", f"GWVK_{time.strftime('%Y-%m-%d')}.log"
)
URL_BLACKLIST = CONFIG.get("URL_BLACKLIST", [])
URL_BLACKLIST = CONFIG.get("url_blacklist", [])
EXTERNAL_API_BUILD_INFOS = CONFIG.get("external_build_info", [])
# List of CDMs that should use the blacklist, these are considered to be GetWVKeys System CDMs.
SYSTEM_CDMS = CONFIG["general"].get("SYSTEM_CDMS", [])
SYSTEM_CDMS = CONFIG["general"].get("system_cdms", [])
Loading

0 comments on commit ebbdf17

Please sign in to comment.