Skip to content

Commit

Permalink
Update dat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskern committed Dec 26, 2014
1 parent d456ce6 commit a00db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dat.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def rows(self):
print(req.content)
return req.content

def dic(self):
def dict(self):
call = '{}/rows'.format(self.api_base)
req = requests.get(call, stream=True)
dat_dic = json.loads(req.text)
Expand Down

0 comments on commit a00db8b

Please sign in to comment.