Skip to content

Commit

Permalink
keys -> devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Aug 1, 2024
1 parent a6dd0af commit efcc452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getwvkeys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
API_URL = CONFIG.get("api", {}).get("base_url", "https://getwvkeys.cc")

MAX_SESSIONS = CONFIG["general"].get("max_sessions", 60)
DEFAULT_DEVICES = CONFIG["general"].get("default_keys", []) # list of build infos to use in key rotation
DEFAULT_DEVICES = CONFIG["general"].get("default_devices", []) # list of build infos to use in key rotation
GUILD_ID = CONFIG["general"]["guild_id"] # Discord Guild ID
VERIFIED_ROLE_ID = CONFIG["general"]["verified_role_id"] # Discord Verified role ID
LOGIN_DISABLED = CONFIG["general"].get("login_disabled", False)
Expand All @@ -69,4 +69,4 @@
URL_BLACKLIST = CONFIG.get("url_blacklist", [])
EXTERNAL_API_DEVICES = CONFIG.get("external_build_info", [])
# List of device keys that should use the blacklist, these are considered to be GetWVKeys System keys.
SYSTEM_DEVICES = CONFIG["general"].get("system_keys", [])
SYSTEM_DEVICES = CONFIG["general"].get("system_devices", [])

0 comments on commit efcc452

Please sign in to comment.