We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a229f commit 377c4eaCopy full SHA for 377c4ea
1 file changed
scripts/sync_config.py
@@ -32,7 +32,7 @@
32
COMMENT_CONFIG_REGEX = re.compile(r"<COMMENT>")
33
34
35
-def main(language: str) -> None:
+def main(language: str = "rust") -> None:
36
cj = browser_cookie3.chrome(domain_name=LEETCODE_DOMAIN_NAME)
37
cookies = {c.name: c.value for c in cj}
38
0 commit comments