Merge pull request #184 from barrett-ruth/fix/codeforces-problem-url
fix(codeforces): correct problem url
This commit is contained in:
commit
71a6aac826
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