Skip to content

Instantly share code, notes, and snippets.

@epequeno
Created April 29, 2014 20:53
Show Gist options
  • Save epequeno/cd3a1476eeb1a2dd5dd6 to your computer and use it in GitHub Desktop.
Save epequeno/cd3a1476eeb1a2dd5dd6 to your computer and use it in GitHub Desktop.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "sprbt.py", line 123, in run
self.allmessages += functions.actioner(g, message, username, channel, self.channel)
File "/home/student/Downloads/humanitybot-0.1/functions.py", line 77, in actioner
messages += player.printCards()
AttributeError: 'bool' object has no attribute 'printCards'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment