Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. :phillw!~phillw@ubuntu/member/phillw PRIVMSG ##sii-general :I appear to have a poorly Dragon :(
  2.  
  3. irc.freenode.net
  4. irc.freenode.net
  5. Unhandled exception in thread started by <function waitfordata at 0xb7530e64>
  6. Traceback (most recent call last):
  7. File "/home/phillw/devilbot/devilbotv3.py", line 711, in waitfordata
  8. world.instances[connection].dataReceived(data)
  9. File "/home/phillw/devilbot/devilbotv3.py", line 179, in dataReceived
  10. if error != 1 : self.prettify(info)
  11. File "/home/phillw/devilbot/devilbotv3.py", line 433, in prettify
  12. self.on_PRIVMSG(info)
  13. File "/home/phillw/devilbot/devilbotv3.py", line 289, in on_PRIVMSG
  14. self.plugins["on_PRIVMSG"].main(self, info, conf)
  15. File "plugins/on_PRIVMSG.py", line 15, in main
  16. seendb["users"][info["sender"].lower()] = [time.time(), info["message"]]
  17. File "/usr/lib/python2.6/shelve.py", line 122, in __getitem__
  18. value = Unpickler(f).load()
  19. AttributeError: 'dict' object has no attribute 'append'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement