mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
dummy credentials
This commit is contained in:
parent
1a01ad94ac
commit
3ee80cde10
1 changed files with 2 additions and 5 deletions
|
|
@ -123,11 +123,8 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
|
||||||
jobs: List[Job] = extract_jobs(filepath)
|
jobs: List[Job] = extract_jobs(filepath)
|
||||||
logger.info("Successfully loaded jobs from spreadsheet")
|
logger.info("Successfully loaded jobs from spreadsheet")
|
||||||
|
|
||||||
# pas_hub_email = "random@test.com"
|
pas_hub_email = "random@test.com"
|
||||||
# pas_hub_password = "my_fake_password"
|
pas_hub_password = "my_fake_password"
|
||||||
|
|
||||||
pas_hub_email = "sebastian@osmosis-acd.com"
|
|
||||||
pas_hub_password = "Osmosis2025!"
|
|
||||||
|
|
||||||
pashub_client = get_pashub_client(pas_hub_email, pas_hub_password)
|
pashub_client = get_pashub_client(pas_hub_email, pas_hub_password)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue