mr2along commited on
Commit
e245a2e
1 Parent(s): 41a7dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def send_form(form_data):
25
  respond = requests.post(url, data=form_data)
26
  respond.raise_for_status()
27
  #print('response:', respond)
28
- logging.info("Submitted successfully to Google Form.")
29
  except requests.exceptions.RequestException as e:
30
  logging.error("Failed to submit to Google Form: " + str(e))
31
 
 
25
  respond = requests.post(url, data=form_data)
26
  respond.raise_for_status()
27
  #print('response:', respond)
28
+ #logging.info("Submitted successfully to Google Form.")
29
  except requests.exceptions.RequestException as e:
30
  logging.error("Failed to submit to Google Form: " + str(e))
31