diff --git a/registry.py b/registry.py index ef773b4..3113cc4 100755 --- a/registry.py +++ b/registry.py @@ -94,7 +94,7 @@ class Registry: r.hostname = host r.no_validate_ssl = no_validate_ssl - r.http = Requests + r.http = Requests() return r