1
0
Fork 0
mirror of synced 2024-09-28 23:31:09 +12:00

fix CURL_USER_AGENT missing from config stubs

This commit is contained in:
Nick Sweeting 2020-06-30 01:10:21 -04:00
parent 4783daa6fa
commit 912cbb22d5

View file

@ -48,6 +48,7 @@ class ConfigDict(BaseConfig, total=False):
RESOLUTION: str RESOLUTION: str
GIT_DOMAINS: str GIT_DOMAINS: str
CHECK_SSL_VALIDITY: bool CHECK_SSL_VALIDITY: bool
CURL_USER_AGENT: str
WGET_USER_AGENT: str WGET_USER_AGENT: str
CHROME_USER_AGENT: str CHROME_USER_AGENT: str
COOKIES_FILE: Optional[str] COOKIES_FILE: Optional[str]