Advertisement
askcompu

Untitled

Sep 10th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
  4. self.run()
  5. File "/usr/lib/python3.4/threading.py", line 868, in run
  6. self._target(*self._args, **self._kwargs)
  7. File "/home/dj/Downloads/piebot/PinkiePyBot/bot.py", line 203, in call
  8. self.error(origin)
  9. File "/home/dj/Downloads/piebot/PinkiePyBot/irc.py", line 253, in error
  10. except: self.msg(origin.sender, "Got an error.")
  11. File "/home/dj/Downloads/piebot/PinkiePyBot/irc.py", line 223, in msg
  12. self.__write((b'PRIVMSG', safe(recipient)), safe(text))
  13. File "/home/dj/Downloads/piebot/PinkiePyBot/irc.py", line 221, in safe
  14. input = input.replace(b'\n', b'')
  15. AttributeError: 'NoneType' object has no attribute 'replace'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement