coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
800 stars 138 forks source link

Add boolean completion property from diary to get_date() #59

Closed samhinshaw closed 6 years ago

samhinshaw commented 6 years ago
coddingtonbear commented 6 years ago

Oh my god, @samhinshaw -- you're my hero! Thanks so much for submitting tests!

Surye commented 6 years ago

I think this may be causing problems when fetching a friend's diary, since you won't see the completion HTML, and there's no handling if this is missing. Gonna submit a PR with a solution, but you guys may have a better/preferred method.