Skip to content

Commit

Permalink
marketType bugfix (None on some markets for example politics)
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed Jul 6, 2020
1 parent 869f0fb commit e3e76dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betfairlightweight/resources/bettingresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ def __init__(
bettingType: str,
bspMarket: bool,
marketTime: str,
marketType: str,
suspendTime: str,
turnInPlayEnabled: bool,
wallet: str = None,
marketType: str = None,
discountAllowed: bool = None,
marketBaseRate: float = None,
persistenceEnabled: bool = None,
Expand Down

0 comments on commit e3e76dd

Please sign in to comment.