JSAV commited on
Commit
a1cdd54
1 Parent(s): 98c79a6

Update List_Sharepoint.py

Browse files
Files changed (1) hide show
  1. List_Sharepoint.py +1 -1
List_Sharepoint.py CHANGED
@@ -32,7 +32,7 @@ def upload_list_sharepoint(tel,name,message,respuesta):
32
  conv = {
33
  "User_Name":name,
34
  "User_ID": tel,
35
- "Content": {"activities":[new_interaction]}
36
  }
37
 
38
  # Agrega un elemento a la lista
 
32
  conv = {
33
  "User_Name":name,
34
  "User_ID": tel,
35
+ "Content": json.dumps({"activities":[new_interaction]})
36
  }
37
 
38
  # Agrega un elemento a la lista