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 f576404 commit ace2c49Copy full SHA for ace2c49
superannotate/api.py
@@ -51,7 +51,7 @@ def init(self, config_location=None):
51
self._api_config = json.load(open(config_location))
52
53
try:
54
- self._token = self._api_config["token"]
+ self._token = self._api_config["token"].strip()
55
except KeyError:
56
raise SABaseException(
57
0,
0 commit comments