Skip to content

Commit

Permalink
remove filesdict update
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Mar 12, 2013
1 parent bd64c5d commit 63b5a22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mega/mega.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,5 @@ def create_folder(self, name, dest=None):
'k': encrypted_key}
],
'i': self.request_id})

#update files_dict
del self.files_dict
self.get_files()

#return API msg
return data

0 comments on commit 63b5a22

Please sign in to comment.