From d9e0fe7b05d3bbecac3cfcfa78ee3c5aa334af54 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sat, 2 Dec 2023 02:36:45 -0600 Subject: [PATCH] clean up --- src/jobspy/jobs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobspy/jobs/__init__.py b/src/jobspy/jobs/__init__.py index cace3db..e893049 100644 --- a/src/jobspy/jobs/__init__.py +++ b/src/jobspy/jobs/__init__.py @@ -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")