Skip to content

Commit 269118a

Browse files
authored
Merge pull request #35 from descarteslabs/aliasmrchips-patch-1
Update metadata.py
2 parents 9b25ae9 + ad18ec4 commit 269118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descarteslabs/services/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def get(self, key):
294294
...
295295
}
296296
"""
297-
r = self.session.post('%s/get/%s' % (self.url, key), timeout=self.TIMEOUT)
297+
r = self.session.get('%s/get/%s' % (self.url, key), timeout=self.TIMEOUT)
298298

299299
if r.status_code != 200:
300300
raise RuntimeError("%s: %s" % (r.status_code, r.text))

0 commit comments

Comments
 (0)