Skip to content

Commit

Permalink
Update Quandl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisStevens committed Sep 23, 2013
1 parent 2e544d4 commit 6cdaba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quandl/Quandl.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get(dataset, **kwargs):


#Unicode String
if type(dataset) == strings:
if type(dataset) == strings or type(dataset) == str:
url = QUANDL_API_URL + 'datasets/{}.csv?'.format(dataset)

#Array
Expand Down

0 comments on commit 6cdaba6

Please sign in to comment.