Created
April 29, 2014 20:53
-
-
Save epequeno/cd3a1476eeb1a2dd5dd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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