Getting weekly results
malosaa opened this issue · 0 comments
malosaa commented
Is there a way to retrieve weekly?
i did edit the __init__py and add week
return date.strftime("%W")
elif self == Timespan.week:
and week = 5
aswell added this api.plant_detail(plant_id, Timespan.week, datetime.date.today())
but getting an error that week doesn't work.
regards