Fixed indentation
This commit is contained in:
parent
449807a759
commit
4f29fd041b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue