fixed issue which probably caused the TypeError
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user