diff --git a/main.py b/main.py index 69788041..a0ea605e 100644 --- a/main.py +++ b/main.py @@ -304,6 +304,9 @@ async def osu_pp(timeout): r = await osu.get_user(db[player]["osu"]["id"], mode) except KeyError: continue + except Exception: + print("[Osu!] Something is wrong...") + continue else: if r["pp_raw"] is not None: pp = float(r["pp_raw"])