mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
added printing
This commit is contained in:
parent
7a69a7255c
commit
91d7a11560
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)
|
plan_input = read_csv_from_s3(bucket_name=bucket_name, filepath=body.trigger_file_path)
|
||||||
print(plan_input)
|
print(plan_input)
|
||||||
|
|
||||||
|
print(get_settings().EPC_AUTH_TOKEN)
|
||||||
|
|
||||||
epc_client = EpcClient(auth_token=get_settings().EPC_AUTH_TOKEN)
|
epc_client = EpcClient(auth_token=get_settings().EPC_AUTH_TOKEN)
|
||||||
input_properties = [
|
input_properties = [
|
||||||
Property(postcode=config['postcode'], address1=config['address'], epc_client=epc_client)
|
Property(postcode=config['postcode'], address1=config['address'], epc_client=epc_client)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue