Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Sep 16, 2014
2 parents 1934303 + 1ae8e97 commit 8eb476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betfair/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class MarketCatalogue(BetfairModel):
market_id = Field(DataType(six.text_type))
market_name = Field(DataType(six.text_type))
market_start_time = Field(datetime_type)
description = Field(EnumType(MarketDescription))
description = Field(ModelType(MarketDescription))
total_matched = Field(DataType(float))
runners = ListField(ModelType(RunnerCatalog))
event_type = Field(ModelType(EventType))
Expand Down

0 comments on commit 8eb476f

Please sign in to comment.