test credentials

This commit is contained in:
Daniel Roth 2026-03-24 17:01:40 +00:00
parent af02899b6f
commit 156c41a5c5

View file

@ -67,11 +67,8 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
logger.info("Successfully loaded jobs from spreadsheet")
# pas_hub_email = "random@test.com"
# pas_hub_password = "my_fake_password"
pas_hub_email = "sebastian@osmosis-acd.com"
pas_hub_password = "Osmosis2025!"
pas_hub_email = "random@test.com"
pas_hub_password = "my_fake_password"
try:
token: str = get_token_from_local_storage(pas_hub_email, pas_hub_password)