Advertisement
MolSno

Untitled

Jun 20th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  3. self.run()
  4. File "/usr/lib/python2.7/threading.py", line 505, in run
  5. self.__target(*self.__args, **self.__kwargs)
  6. File "/home/molsno/phenny/bot.py", line 190, in call
  7. self.error(origin)
  8. File "/home/molsno/phenny/irc.py", line 188, in error
  9. except: self.msg(origin.sender, "Got an error.")
  10. File "/home/molsno/phenny/irc.py", line 163, in msg
  11. self.__write(('PRIVMSG', safe(recipient)), safe(text))
  12. File "/home/molsno/phenny/irc.py", line 161, in safe
  13. input = input.replace('\n', '')
  14. AttributeError: 'NoneType' object has no attribute 'replace'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement