fixed issue which probably caused the TypeError

This commit is contained in:
Andrey Pohilko
2017-02-16 15:55:15 +06:00
parent 098b20a102
commit e565f97df0

View File

@@ -94,7 +94,7 @@ class Registry:
r.hostname = host r.hostname = host
r.no_validate_ssl = no_validate_ssl r.no_validate_ssl = no_validate_ssl
r.http = Requests r.http = Requests()
return r return r