Closed sirrrik closed 5 months ago
asset, asset_open = check_asset(asset_current) File "/Users/apple/Desktop/Auto Trader bot/main.py", line 82, in check_asset if not asset_open[2]: TypeError: 'NoneType' object is not subscriptable
Facing this same issue, any luck @sirrrik
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
asset, asset_open = check_asset(asset_current) File "/Users/apple/Desktop/Auto Trader bot/main.py", line 82, in check_asset if not asset_open[2]: TypeError: 'NoneType' object is not subscriptable