JSAV commited on
Commit
42fd49b
1 Parent(s): 7a28203

Update List_Sharepoint.py

Browse files
Files changed (1) hide show
  1. List_Sharepoint.py +1 -1
List_Sharepoint.py CHANGED
@@ -3,7 +3,7 @@ import json
3
  context=auth_sharepoint()
4
 
5
  def upload_list_sharepoint(tel,name,message,respuesta):
6
- list = context.web.lists.get_by_title("Development_Vaping") #CONECTAMOS A LA LISTA
7
 
8
  # Define la nueva interacción
9
  new_interaction = f"""[{"from":{"role":1},"text":"{message}"},
 
3
  context=auth_sharepoint()
4
 
5
  def upload_list_sharepoint(tel,name,message,respuesta):
6
+ list = context.web.lists.get_by_title("ConversacionesVapeo") #CONECTAMOS A LA LISTA
7
 
8
  # Define la nueva interacción
9
  new_interaction = f"""[{"from":{"role":1},"text":"{message}"},