Skip to content

Commit

Permalink
Merge pull request #211 from cantupaz/main
Browse files Browse the repository at this point in the history
Adding IE
  • Loading branch information
cantupaz authored Feb 22, 2024
2 parents 5d38b0c + da05592 commit be11fa2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def __init__(self) -> None:
"ES": "https://customers.securitasdirect.es/owa-api/graphql",
"FR": "https://customers.securitasdirect.fr/owa-api/graphql",
"GB": "https://customers.verisure.co.uk/owa-api/graphql",
"IE": "https://customers.verisure.ie/owa-api/graphql",
"IT": "https://customers.verisure.it/owa-api/graphql",
}

Expand All @@ -23,6 +24,7 @@ def __init__(self) -> None:
"ES": "es",
"FR": "fr",
"GB": "en",
"IE": "en",
"IT": "it",
}

Expand Down

0 comments on commit be11fa2

Please sign in to comment.