TypeError
Opened this issue · 0 comments
rinzes commented
When I do .list_feeds I get the following:
TypeError: 'NoneType' object is not subscriptable (file "/home/znc/aamnews/modules/aamnews.py", line 312, in list_feeds)
When I do .del_feed I get the following:
TypeError: 'NoneType' object is not subscriptable (file "/home/znc/aamnews/modules/aamnews.py", line 243, in delete_feed)
I talked to another python coder and he suspect an error in the c.execute line.