Added support for the new direct message endpoints #500

Merged
manuelcortez merged 5 commits from master into master 2019-04-10 07:01:10 -07:00
Showing only changes of commit 4f29fd041b - Show all commits

View file

@ -160,7 +160,7 @@ class Twython(EndpointsMixin, object):
if json_encoded:
data_key = 'json'
else:
data_key = 'data'
data_key = 'data'
requests_args.update({
data_key: params,
'files': files,