mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
use github not my laptop
This commit is contained in:
parent
b8de5af055
commit
91e604f8b4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import os
|
|||
from etl.scraper.scraper import SharePointInstaller
|
||||
from etl.scraper.scraper import SharePointScraper
|
||||
|
||||
board_id = "4965130190"
|
||||
board_id = "5185076280"
|
||||
monday_key = "eyJhbGciOiJIUzI1NiJ9.eyJ0aWQiOjQ5ODc2ODQxOCwiYWFpIjoxMSwidWlkIjozNjE3ODAzNCwiaWFkIjoiMjAyNS0wNC0xMVQxMToyMzoxNy40NjdaIiwicGVyIjoibWU6d3JpdGUiLCJhY3RpZCI6MTM5OTc4MjMsInJnbiI6InVzZTEifQ.-2Lit4s46ZF6AXuMW9t0TxIaFLkHqD4Yo-PyM9i2XZY"
|
||||
monday = MondayClient(monday_key)
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ osmosis = SharePointScraper(SharePointInstaller.OSMOSIS_WAVE_2)
|
|||
parent_folder = "/Osmosis ACD/Osmosis ACD Projects/"
|
||||
|
||||
# Change this per installer
|
||||
parent_folder += "Stonewater/Wates"
|
||||
parent_folder += "Installer Documentation/Platform Housing Group/Cocuun"
|
||||
|
||||
|
||||
def extract_asset_ids(item, file_column_id):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue