예제 #1
0
	def update_list(self):
		update_json('food.json', self.list_the_meals())
예제 #2
0
	def update_calories(self):
		update_json('calories.json', self.return_list_calories())
예제 #3
0
	def update_list(self):
		update_json(self.list_the_meals())