You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in function elem2file()prop(elem, 'getcontentlength', 0) call returns None because child is not None but child.text is None, you should use something link return default if child is None or child.text is None else child.text
The text was updated successfully, but these errors were encountered:
in function
elem2file()
prop(elem, 'getcontentlength', 0)
call returns None because child is not None but child.text is None, you should use something linkreturn default if child is None or child.text is None else child.text
The text was updated successfully, but these errors were encountered: