yuta-belmont / metamask_bf

38 stars 50 forks source link

ValueError: could not convert string to float: '' #10

Open erocoder01 opened 1 year ago

erocoder01 commented 1 year ago

Hi i am receiving this error:

usd = float(elem.text[1:]) #get balance usd ValueError: could not convert string to float: ''

BrianBoitano commented 1 year ago

Same