rosemariafontana commited on
Commit
1c29207
·
verified ·
1 Parent(s): aaa5384

Update script_for_automation.py

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