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.
2 parents 174a746 + a21daf5 commit d4af369Copy full SHA for d4af369
surepy/client.py
@@ -124,7 +124,7 @@ def __init__(
124
self._auth_token = token
125
else:
126
# no valid credentials/token
127
- SurePetcareAuthenticationError("sorry 🐾 no valid credentials/token found ¯\\_(ツ)_/¯")
+ raise SurePetcareAuthenticationError("sorry 🐾 no valid credentials/token found ¯\\_(ツ)_/¯")
128
129
# storage for received api data
130
self.resources: dict[str, Any] = {}
0 commit comments