FullTilt fixup currency typo
This commit is contained in:
parent
792e66c2b5
commit
a6d7f27f5b
|
@ -184,7 +184,7 @@ class Fulltilt(HandHistoryConverter):
|
|||
'Stud Hi' : ('stud','studhi'),
|
||||
'Stud H/L' : ('stud','studhilo')
|
||||
}
|
||||
currencies = { u' €':'EUR', '$':'USD', '':'T$' }
|
||||
currencies = { u'€':'EUR', '$':'USD', '':'T$' }
|
||||
if mg['CAP']:
|
||||
info['limitType'] = 'cn'
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user