bosnobot
bosnobot copied to clipboard
A problem with database_logger
Hi,
Trying to log messages into the database and getting an error: File "/home/foomor/.virtualenvs/bot/src/bosnobot/bosnobot/message_handlers/database_logger.py", line 44, in process_message s = select([channels], channels.c.name == message.channel.name) AttributeError: 'NoneType' object has no attribute 'name'
Here it is http://github.com/brosner/bosnobot/blob/master/bosnobot/message_handlers/database_logger.py#L43