Skip to content

Commit

Permalink
changing to real day and updating header
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Chambers authored and Stephen Chambers committed Jan 8, 2023
1 parent e245815 commit ac1d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/mfp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self):

def get_mfp_data_by_day(self, year, month, day):
nutrition_data = {}
mfpCurrentDayData = self.mfp.get_date(2023,1,7)
mfpCurrentDayData = self.mfp.get_date(year, month, day)

nutrition_data['entries'] = mfpCurrentDayData.entries
nutrition_data['water'] = mfpCurrentDayData.water
Expand Down

0 comments on commit ac1d76c

Please sign in to comment.