Winamax siteId change

This commit is contained in:
Worros 2010-09-30 00:40:02 +08:00
parent 9d712ba812
commit 30e7c53f5c

View File

@ -49,7 +49,7 @@ class Winamax(HandHistoryConverter):
siteName = "Winamax"
filetype = "text"
codepage = ("utf8", "cp1252")
siteId = 5 # Needs to match id entry in Sites database
siteId = 14 # Needs to match id entry in Sites database
mixes = { } # Legal mixed games
sym = {'USD': "\$", 'CAD': "\$", 'T$': "", "EUR": "\xe2\x82\xac", "GBP": "\xa3"} # ADD Euro, Sterling, etc HERE