Fixed indentation

This commit is contained in:
Manuel Cortez 2018-11-16 05:34:52 -06:00
parent 449807a759
commit 4f29fd041b

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,