Skip to content

Commit edcf671

Browse files
fix: ddg_region is actually a str not an int
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent df4b79f commit edcf671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdoc/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def language_detector(text: str) -> None:
178178
"online_media_resourcetype_regex": str,
179179
"loading_failure": Literal["crash", "warn"],
180180
"ddg_max_results": int,
181-
"ddg_region": int,
181+
"ddg_region": str,
182182
"ddg_safesearch": Literal["on", "off", "moderate"],
183183
}
184184

0 commit comments

Comments
 (0)