mr2along commited on
Commit
6fa8ca4
1 Parent(s): d57f1c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def send_form(form_data):
19
  # Send POST request with form data
20
  response = requests.post(url, data=form_data)
21
  response.raise_for_status() # Raise exception for HTTP errors
22
- logging.info("Submitted successfully to Google Form.")
23
  except requests.exceptions.RequestException as e:
24
  logging.error("Failed to submit to Google Form: " + str(e))
25
 
 
19
  # Send POST request with form data
20
  response = requests.post(url, data=form_data)
21
  response.raise_for_status() # Raise exception for HTTP errors
22
+ #logging.info("Submitted successfully to Google Form.")
23
  except requests.exceptions.RequestException as e:
24
  logging.error("Failed to submit to Google Form: " + str(e))
25