OnGame: Fix for NL

This commit is contained in:
Worros 2010-08-21 22:26:08 +08:00
parent 0131ec9a09
commit ee1ccd1097

View File

@ -48,7 +48,7 @@ class OnGame(HandHistoryConverter):
'LS' : "\$|\xe2\x82\xac|" # legal currency symbols - Euro(cp1252, utf-8)
}
limits = { 'NO LIMIT':'nl', 'LIMIT':'fl'}
limits = { 'NO_LIMIT':'nl', 'LIMIT':'fl'}
games = { # base, category
"TEXAS_HOLDEM" : ('hold','holdem'),