Fixed missing argument

This commit is contained in:
PanFritz
2015-08-17 04:10:35 +02:00
parent 039d79fa0c
commit bacdebca34

View File

@@ -4,7 +4,7 @@ py_players = []
class py_player:
def __init__(player):
def __init__(self,player):
self.player = player
"""