Skip to content

Commit 429297e

Browse files
committed
Use HTTPS
1 parent a1c4ce7 commit 429297e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyPostcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, api_key, api_version=(3, 0, 0)):
3939
if (2, 0, 0) <= api_version < (3, 0, 0):
4040
self.url = 'https://postcode-api.apiwise.nl'
4141
else:
42-
self.url = 'http://api.postcodeapi.nu'
42+
self.url = 'https://api.postcodeapi.nu'
4343

4444
def handleresponseerror(self, status):
4545
if status == 401:

0 commit comments

Comments
 (0)