Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -141,7 +141,7 @@ def get_baserow_data():
|
|
| 141 |
def get_recipes():
|
| 142 |
print("GETTING RECIPES FROM BASEROW NOW")
|
| 143 |
|
| 144 |
-
TABLE_ID = "
|
| 145 |
#TABLE_ID = "578"
|
| 146 |
#TABLE_ID = "580" This table contains only one row for testing purposes
|
| 147 |
|
|
|
|
| 141 |
def get_recipes():
|
| 142 |
print("GETTING RECIPES FROM BASEROW NOW")
|
| 143 |
|
| 144 |
+
TABLE_ID = "588"
|
| 145 |
#TABLE_ID = "578"
|
| 146 |
#TABLE_ID = "580" This table contains only one row for testing purposes
|
| 147 |
|