Skip to content

Commit

Permalink
Change default webservice to 'OPENCEP'
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Nov 25, 2024
1 parent 2e09792 commit 08af3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brazilcep/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WebService(enum.Enum):

def get_address_from_cep(
cep: str,
webservice: WebService = WebService.APICEP,
webservice: WebService = WebService.OPENCEP,
timeout: Optional[int] = None,
proxies: Optional[dict] = None,
) -> dict:
Expand Down

0 comments on commit 08af3c4

Please sign in to comment.