Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
testerSunshine committed Dec 25, 2018
1 parent de76b2c commit 75f88a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions damatuCode/ruokuai.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def rk_create(self, im, im_type, timeout=60):
params.update(self.base_params)
files = {'image': ('a.jpg', im)}
r = requests.post('http://api.ruokuai.com/create.json', data=params, files=files, headers=self.headers)
print(r)
return r.json()

def rk_report_error(self, im_id):
Expand Down

0 comments on commit 75f88a4

Please sign in to comment.