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
Traceback (most recent call last):
File "app.py", line 13, in
parse()
File "/root/Compound-Watcher/files/modules.py", line 126, in parse
bresult_borrow = "{:.8f} ".format(round(float(balance_borrow), 8)) + token_symbol(token_address)
TypeError: must be str, not NoneType
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "app.py", line 13, in
parse()
File "/root/Compound-Watcher/files/modules.py", line 126, in parse
bresult_borrow = "{:.8f} ".format(round(float(balance_borrow), 8)) + token_symbol(token_address)
TypeError: must be str, not NoneType
The text was updated successfully, but these errors were encountered: