Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -134,7 +134,7 @@ def get_recipes():
|
|
| 134 |
BASEROW_URL = get_baserow_url(TABLE_ID)
|
| 135 |
|
| 136 |
headers = {
|
| 137 |
-
"Authorization": f"Token {os.environ[
|
| 138 |
"Content-Type": "application/json"
|
| 139 |
}
|
| 140 |
|
|
|
|
| 134 |
BASEROW_URL = get_baserow_url(TABLE_ID)
|
| 135 |
|
| 136 |
headers = {
|
| 137 |
+
"Authorization": f"Token {os.environ['BASEROW_API_KEY']}",
|
| 138 |
"Content-Type": "application/json"
|
| 139 |
}
|
| 140 |
|