pull/72/head
Cullen Watson 2023-12-02 02:36:45 -06:00
parent 66b97e65a7
commit d9e0fe7b05
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Country(Enum):
"""
Gets the subdomain for Indeed and Glassdoor.
The second item in the tuple is the subdomain for Indeed
The second item in the tuple is the subdomain (and tld if there's a ':' separator) for Glassdoor
The third item in the tuple is the subdomain (and tld if there's a ':' separator) for Glassdoor
"""
ARGENTINA = ("argentina", "ar", "com.ar")