rchrdgwr commited on
Commit
286e1c9
1 Parent(s): 007fc66

allow customer research

Browse files
Files changed (1) hide show
  1. classes.py +1 -1
classes.py CHANGED
@@ -2,7 +2,7 @@ class SessionState:
2
  session_stage = ""
3
  do_evaluation = False
4
  do_opportunity_analysis = True
5
- do_customer_research = False
6
  do_objections = False
7
  add_objections_to_analysis = True
8
  ask_objections = True
 
2
  session_stage = ""
3
  do_evaluation = False
4
  do_opportunity_analysis = True
5
+ do_customer_research = True
6
  do_objections = False
7
  add_objections_to_analysis = True
8
  ask_objections = True