[feature] Rename internal sources URL parameter to source

This commit is contained in:
Cameron Yick
2019-09-01 20:46:09 -04:00
parent 6025b58110
commit 13579a117b
3 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ class TiingoClient(RestClient):
'offset': offset,
'sortBy': sortBy,
'tickers': tickers,
'sources': sources,
'source': (",").join(sources),
'tags': tags,
'startDate': startDate,
'endDate': endDate