fix stats

This commit is contained in:
Pesakitan22 2018-04-18 09:47:32 +07:00
parent 6ad9107443
commit a464f366eb

View file

@ -64,7 +64,7 @@ class Game(object):
return players
def start(self):
if self.mode == None or self.mode == "fast"
if self.mode == None or self.mode == 'fast'
self.deck._fill_classic_()
else:
self.deck._fill_wild_()