Update script_for_automation.py
Browse files- 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 = "
|
|
|
|
| 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)
|