Exemplo n.º 1
0
	def update_list(self):
		update_json('food.json', self.list_the_meals())
Exemplo n.º 2
0
	def update_calories(self):
		update_json('calories.json', self.return_list_calories())
Exemplo n.º 3
0
	def update_list(self):
		update_json(self.list_the_meals())