comments
This commit is contained in:
parent
5c77818997
commit
bd803b62ee
1 changed files with 3 additions and 1 deletions
|
@ -284,7 +284,9 @@ class Mega(object):
|
||||||
return node_id
|
return node_id
|
||||||
|
|
||||||
def get_id_from_obj(self, node_data):
|
def get_id_from_obj(self, node_data):
|
||||||
#determine node id
|
"""
|
||||||
|
Get node id from a file object
|
||||||
|
"""
|
||||||
node_id = None
|
node_id = None
|
||||||
|
|
||||||
for i in node_data['f']:
|
for i in node_data['f']:
|
||||||
|
|
Loading…
Reference in a new issue