We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6491bc5 commit a2c5e45Copy full SHA for a2c5e45
src/judge0/clients.py
@@ -46,8 +46,9 @@ def __init__(
46
self.languages = self.get_languages()
47
self.config = self.get_config_info()
48
except Exception as e:
49
+ home_url = getattr(self, "HOME_URL", None)
50
raise RuntimeError(
- f"Authentication failed. Visit {self.HOME_URL} to get or "
51
+ f"Authentication failed. Visit {home_url} to get or "
52
"review your authentication credentials."
53
) from e
54
0 commit comments