Merge pull request #92 from Hestia-Homes/main

added printing
This commit is contained in:
KhalimCK 2023-07-20 10:23:34 +01:00 committed by GitHub
commit f16e10d9c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)