diff --git a/scrape.py b/scrape.py index a138606..841dd69 100644 --- a/scrape.py +++ b/scrape.py @@ -18,12 +18,12 @@ DATA_URL = ( ) FROM = 0 TO = 2000 -STATUS_MAPPING = {"DayF": 0, "DayB": 1, "DayFB": 2, "DayBF": 2} +STATUS_MAPPING = {"DayF": 0, "DayB": 1, "DayFB": 0.5, "DayBF": 0.5} class Availability(BaseModel): date: datetime - status: int + status: float class Entry(BaseModel):