dwipper commited on
Commit
787679a
·
1 Parent(s): 8d9ef79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def append_to_at_qalog(your_role, school_selection, output_format, input_text, g
190
 
191
  try:
192
  # Post data to Airtable
193
- response = requests.post(AIRTABLE_ENDPOINT, headers=headers, json=data)
194
 
195
  # Check for errors
196
  response.raise_for_status()
 
190
 
191
  try:
192
  # Post data to Airtable
193
+ response = requests.post(AIRTABLE_ENDPOINT, headers=HEADERS, json=data)
194
 
195
  # Check for errors
196
  response.raise_for_status()