We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c4ce7 commit 429297eCopy full SHA for 429297e
1 file changed
pyPostcode/__init__.py
@@ -39,7 +39,7 @@ def __init__(self, api_key, api_version=(3, 0, 0)):
39
if (2, 0, 0) <= api_version < (3, 0, 0):
40
self.url = 'https://postcode-api.apiwise.nl'
41
else:
42
- self.url = 'http://api.postcodeapi.nu'
+ self.url = 'https://api.postcodeapi.nu'
43
44
def handleresponseerror(self, status):
45
if status == 401:
0 commit comments