Commit e6f886a7 by Guba Sándor

stora_api: fixed quota url

parent 2843e26c
......@@ -105,7 +105,7 @@ class Store(object):
return r.json()
def set_quota(self, quota):
self._request(self.username + "/quota/", post, QUOTA=quota)
self._request("/quota/" + self.username, post, QUOTA=quota)
def user_exist(self):
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment