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 9b25ae9 + ad18ec4 commit 269118aCopy full SHA for 269118a
descarteslabs/services/metadata.py
@@ -294,7 +294,7 @@ def get(self, key):
294
...
295
}
296
"""
297
- r = self.session.post('%s/get/%s' % (self.url, key), timeout=self.TIMEOUT)
+ r = self.session.get('%s/get/%s' % (self.url, key), timeout=self.TIMEOUT)
298
299
if r.status_code != 200:
300
raise RuntimeError("%s: %s" % (r.status_code, r.text))
0 commit comments