Party hhc: fixed after Matt's refactoring ^_^
This commit is contained in:
parent
dfac9dfeb1
commit
3d227a42cd
|
@ -167,6 +167,8 @@ class PartyPoker(HandHistoryConverter):
|
||||||
]
|
]
|
||||||
|
|
||||||
def _getGameType(self, handText):
|
def _getGameType(self, handText):
|
||||||
|
if not hasattr(self, '_gameType'):
|
||||||
|
self._gameType = None
|
||||||
if self._gameType is None:
|
if self._gameType is None:
|
||||||
# let's determine whether hand is trny
|
# let's determine whether hand is trny
|
||||||
# and whether 5-th line contains head line
|
# and whether 5-th line contains head line
|
||||||
|
|
Loading…
Reference in New Issue
Block a user