Compound-Watcher
Compound-Watcher copied to clipboard
Compound Watcher is a bot that watches potential liquidations on Compound Finance and sends notifications through pushbullet
Traceback (most recent call last): File "app.py", line 8, in from modules import * File "C:\Users\Lejer\PycharmProjects\Compound-Watcher\files\modules.py", line 18, in if w3.isConnected() == True: File "C:\Users\Lejer\AppData\Local\Programs\Python\Python37\lib\site-packages\web3\main.py", line 260, in isConnected return...
Issue
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