SSLError: HTTPSConnectionPool(host=’api.coindesk.com’, port=443): Max retries exceeded with url: /v1/bpi/currentprice.json (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)’)))
register() 메서드는 일반적으로 클래스나 함수를 레지스트리에 등록하는 데 사용됩니다. 이는 주로 플러그인 시스템이나 확장 가능한 시스템에서 사용되며, 특정 클래스나 함수를 동적으로 로드하거나 호출할 수 있게 합니다. rosie/utils/registry.py : create class Registry rosie/builders.py : create Registry object Read more…