JSAV commited on
Commit
97efe92
1 Parent(s): aae8ad4

Update List_Sharepoint.py

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