Helps if I rename this

This commit is contained in:
James Scott 2012-12-13 22:38:43 -05:00
parent 30a0c2d4ee
commit 786bea72b3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Cah(callbacks.Plugin):
class CahGame(object):
"""docstring for Game"""
def __init__(self, irc, channel, numrounds = 5):
super(Game, self).__init__()
super(CahGame, self).__init__()
self.irc = irc
self.channel = channel
self.game = None