AMead10 commited on
Commit
b9befae
·
1 Parent(s): 5990229

where is the null

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ def save_data(orig_user_email, constituent_email, labels, user_response):
108
  (label,),
109
  )
110
  label_exists = db_cursor.fetchall()
 
111
  if label_exists:
112
  print("label exists")
113
  db_cursor.execute(
 
108
  (label,),
109
  )
110
  label_exists = db_cursor.fetchall()
111
+ print(label_exists)
112
  if label_exists:
113
  print("label exists")
114
  db_cursor.execute(