Vaibhav84 commited on
Commit
e3da3c2
·
1 Parent(s): ecc97a5

db changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -340,7 +340,7 @@ def SkillMatcher():
340
  jd_data = cursor_obj.fetchall()
341
  #connection_obj.commit()
342
  print(jd_data)
343
- query = "select * from CourseDetailsForMatching"
344
  cursor_obj.execute(query)
345
  cv_data = cursor_obj.fetchall()
346
  print(cv_data)
 
340
  jd_data = cursor_obj.fetchall()
341
  #connection_obj.commit()
342
  print(jd_data)
343
+ query = "select * from cvdetailsformatching"
344
  cursor_obj.execute(query)
345
  cv_data = cursor_obj.fetchall()
346
  print(cv_data)