diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/curl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/curl/__init__.py b/python/curl/__init__.py index 315a383..fae8cd5 100644 --- a/python/curl/__init__.py +++ b/python/curl/__init__.py @@ -168,7 +168,7 @@ class Curl: if __name__ == "__main__": if len(sys.argv) < 2: - url = 'http://curl.haxx.se' + url = 'https://curl.haxx.se' else: url = sys.argv[1] c = Curl() |