rosemariafontana commited on
Commit
aee7ac6
·
verified ·
1 Parent(s): 4e780da

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. script_for_automation.py +2 -1
script_for_automation.py CHANGED
@@ -141,7 +141,8 @@ def get_baserow_data():
141
  def get_recipes():
142
  print("GETTING RECIPES FROM BASEROW NOW")
143
 
144
- TABLE_ID = "578"
 
145
 
146
  BASEROW_URL = get_baserow_url(TABLE_ID)
147
 
 
141
  def get_recipes():
142
  print("GETTING RECIPES FROM BASEROW NOW")
143
 
144
+ #TABLE_ID = "578"
145
+ TALBE_ID = "580"
146
 
147
  BASEROW_URL = get_baserow_url(TABLE_ID)
148