rosemariafontana commited on
Commit
2e7e5db
·
verified ·
1 Parent(s): b7e10a1

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. 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["BASEROW_API_KEY"]}",
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