fix(ci): typing
This commit is contained in:
parent
9deedec15a
commit
7a027c7379
3 changed files with 11 additions and 7 deletions
|
|
@ -247,7 +247,7 @@ def scrape_contests() -> list[ContestSummary]:
|
|||
|
||||
try:
|
||||
name = name.encode().decode("unicode_escape")
|
||||
except:
|
||||
except (UnicodeDecodeError, UnicodeEncodeError):
|
||||
pass
|
||||
|
||||
name = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue