Send also request_id param in create_folder() function (useless but to respect API)
This commit is contained in:
parent
b43e636d79
commit
7b1e471c91
1 changed files with 2 additions and 1 deletions
|
@ -531,7 +531,8 @@ class Mega(object):
|
|||
't': 1,
|
||||
'a': encrypt_attribs,
|
||||
'k': encrypted_key}
|
||||
]})
|
||||
],
|
||||
'i': self.request_id})
|
||||
|
||||
#update files_dict
|
||||
del self.files_dict
|
||||
|
|
Loading…
Reference in a new issue