mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
updated to do list
This commit is contained in:
parent
5606f3face
commit
0b813ac51e
1 changed files with 0 additions and 22 deletions
|
|
@ -1,25 +1,3 @@
|
|||
# from utils.sharepoint.sharepoint import SharePointClient
|
||||
###
|
||||
# # Share point env variables most likely
|
||||
# SHAREPOINT_CLIENT_ID = os.getenv("SHAREPOINT_CLIENT_ID", None)
|
||||
# SHAREPOINT_CLIENT_SECRET = os.getenv("SHAREPOINT_CLIENT_SECRET", None)
|
||||
# SHAREPOINT_TENANT_ID = os.getenv("SHAREPOINT_TENANT_ID", None)
|
||||
# WARMFRONT_SHAREPOINT_SITE_ID = os.getenv("WARMFRONT_SHAREPOINT_SITE_ID", None)
|
||||
|
||||
# # Connect to the Sharepoint API, with the access token.
|
||||
# sharepoint_client = SharePointClient(
|
||||
# tenant_id=SHAREPOINT_TENANT_ID,
|
||||
# client_id=SHAREPOINT_CLIENT_ID,
|
||||
# client_secret=SHAREPOINT_CLIENT_SECRET,
|
||||
# site_id=WARMFRONT_SHAREPOINT_SITE_ID,
|
||||
# access_token=message["access_token"],
|
||||
# access_token_expiration_details=message["access_token_expiration_details"]
|
||||
# )
|
||||
|
||||
|
||||
|
||||
# Do some with local files and read stuff basic
|
||||
|
||||
print("hello world ")
|
||||
|
||||
# Read file from local file path directory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue