rosemariafontana commited on
Commit
cd50c8a
·
verified ·
1 Parent(s): 0a9b6c8

Update script_for_automation.py

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