mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
commit
f16e10d9c4
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ async def trigger_plan(body: PlanTriggerRequest):
|
|||
plan_input = read_csv_from_s3(bucket_name=bucket_name, filepath=body.trigger_file_path)
|
||||
print(plan_input)
|
||||
|
||||
print(get_settings().EPC_AUTH_TOKEN)
|
||||
|
||||
epc_client = EpcClient(auth_token=get_settings().EPC_AUTH_TOKEN)
|
||||
input_properties = [
|
||||
Property(postcode=config['postcode'], address1=config['address'], epc_client=epc_client)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue