THP: Bolt in Everest
This commit is contained in:
parent
ab6fade578
commit
7bb77a2d1a
|
@ -245,6 +245,7 @@ def main(argv=None):
|
||||||
AbsoluteErrors = FpdbError('Absolute Poker')
|
AbsoluteErrors = FpdbError('Absolute Poker')
|
||||||
UltimateBetErrors = FpdbError('Ultimate Bet')
|
UltimateBetErrors = FpdbError('Ultimate Bet')
|
||||||
EverleafErrors = FpdbError('Everleaf Poker')
|
EverleafErrors = FpdbError('Everleaf Poker')
|
||||||
|
EverestErrors = FpdbError('Everest Poker')
|
||||||
CarbonErrors = FpdbError('Carbon')
|
CarbonErrors = FpdbError('Carbon')
|
||||||
PKRErrors = FpdbError('PKR')
|
PKRErrors = FpdbError('PKR')
|
||||||
iPokerErrors = FpdbError('iPoker')
|
iPokerErrors = FpdbError('iPoker')
|
||||||
|
@ -256,7 +257,7 @@ def main(argv=None):
|
||||||
BetfairErrors, OnGameErrors, AbsoluteErrors,
|
BetfairErrors, OnGameErrors, AbsoluteErrors,
|
||||||
EverleafErrors, CarbonErrors, PKRErrors,
|
EverleafErrors, CarbonErrors, PKRErrors,
|
||||||
iPokerErrors, WinamaxErrors, UltimateBetErrors,
|
iPokerErrors, WinamaxErrors, UltimateBetErrors,
|
||||||
Win2dayErrors,
|
Win2dayErrors, EverestErrors,
|
||||||
]
|
]
|
||||||
|
|
||||||
sites = {
|
sites = {
|
||||||
|
@ -273,6 +274,7 @@ def main(argv=None):
|
||||||
'iPoker' : False,
|
'iPoker' : False,
|
||||||
'Win2day' : False,
|
'Win2day' : False,
|
||||||
'Winamax' : False,
|
'Winamax' : False,
|
||||||
|
'Everest' : False,
|
||||||
}
|
}
|
||||||
|
|
||||||
if test_all_sites == True:
|
if test_all_sites == True:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user