Skip to content

Commit 377c4ea

Browse files
committed
rust def
1 parent d3a229f commit 377c4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/sync_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
COMMENT_CONFIG_REGEX = re.compile(r"<COMMENT>")
3333

3434

35-
def main(language: str) -> None:
35+
def main(language: str = "rust") -> None:
3636
cj = browser_cookie3.chrome(domain_name=LEETCODE_DOMAIN_NAME)
3737
cookies = {c.name: c.value for c in cj}
3838

0 commit comments

Comments
 (0)