From e565f97df05038a4754c3d1d9bfbfb3a15b3e5ac Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Thu, 16 Feb 2017 15:55:15 +0600 Subject: [PATCH] fixed issue which probably caused the TypeError --- registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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