fix(codeforces): correct problem url
This commit is contained in:
parent
6a2f58430d
commit
7bfa839c84
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class CodeforcesScraper(BaseScraper):
|
||||||
error="",
|
error="",
|
||||||
contest_id=cid,
|
contest_id=cid,
|
||||||
problems=problems,
|
problems=problems,
|
||||||
url=f"https://codeforces.com/contest/{contest_id}/%s",
|
url=f"https://codeforces.com/contest/{contest_id}/problem/%s",
|
||||||
)
|
)
|
||||||
|
|
||||||
return await self._safe_execute("metadata", impl, contest_id)
|
return await self._safe_execute("metadata", impl, contest_id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue