From a464f366ebf7bea4f93b7d0315ba8fbcc841c3f9 Mon Sep 17 00:00:00 2001 From: Pesakitan22 Date: Wed, 18 Apr 2018 09:47:32 +0700 Subject: [PATCH] fix stats --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index abf4d6a..ca74d43 100644 --- a/game.py +++ b/game.py @@ -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_()