pinelop

Results 2 comments of pinelop

The issue seems to be the following, otherwise its a 404 for /problem/ ``` def fetch_problem(self, slug, accepted=False): - print(f"🤖 Fetching problem: https://leetcode.com/problem/{slug}/...") + print(f"🤖 Fetching problem: https://leetcode.com/problems/{slug}/...") ```

> The issue seems to be the following, otherwise its a 404 for /problem/ > > ``` > def fetch_problem(self, slug, accepted=False): > - print(f"🤖 Fetching problem: https://leetcode.com/problem/{slug}/...") > +...