Greg Thompson commited on
Commit
b825f41
1 Parent(s): bf90676
mathtext_fastapi/conversation_manager.py CHANGED
@@ -105,6 +105,7 @@ def pickle_and_encode_state_machine(state_machine):
105
  dump_encoded = base64.b64encode(dump).decode('utf-8')
106
  return dump_encoded
107
 
 
108
  def manage_math_quiz_fsm(user_message, contact_uuid):
109
  fsm_check = SUPA.table('state_machines').select("*").eq(
110
  "contact_uuid",
 
105
  dump_encoded = base64.b64encode(dump).decode('utf-8')
106
  return dump_encoded
107
 
108
+
109
  def manage_math_quiz_fsm(user_message, contact_uuid):
110
  fsm_check = SUPA.table('state_machines').select("*").eq(
111
  "contact_uuid",