Nikhil0987 commited on
Commit
a7b9b68
·
verified ·
1 Parent(s): 909ce5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def add_to_json(new_item):
20
  with open("test.json", "w") as file:
21
  json.dump(data, file, indent=4)
22
 
23
- add_to_json(new_item)(new_goal)
24
 
25
 
26
  GOOGLE_API_KEY="AIzaSyCUBaL7TdISL7lRuBy19_X0-OsZfgbIgEc"
 
20
  with open("test.json", "w") as file:
21
  json.dump(data, file, indent=4)
22
 
23
+ add_to_json(new_goal)
24
 
25
 
26
  GOOGLE_API_KEY="AIzaSyCUBaL7TdISL7lRuBy19_X0-OsZfgbIgEc"