rosemariafontana commited on
Commit
b7e10a1
·
verified ·
1 Parent(s): 407c37a

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. script_for_automation.py +1 -1
script_for_automation.py CHANGED
@@ -44,7 +44,7 @@ def get_baserow_data():
44
  BASEROW_URL = get_baserow_url(TABLE_ID)
45
 
46
  headers = {
47
- "Authorization": f"Token {os.environ[\"BASEROW_API_KEY\"]}",
48
  "Content-Type": "application/json"
49
  }
50
 
 
44
  BASEROW_URL = get_baserow_url(TABLE_ID)
45
 
46
  headers = {
47
+ "Authorization": f"Token {os.environ['BASEROW_API_KEY']}",
48
  "Content-Type": "application/json"
49
  }
50