bikram990 / PyScep

A Python SCEP client and server
MIT License
8 stars 6 forks source link

local variable 'certificates' referenced before assignment #3

Closed 69cifra closed 2 years ago

69cifra commented 2 years ago

When I call a client.get_crl return the error above. The problem is on client.py line 159 instead of "certificate" should be "certificates".

bikram990 commented 2 years ago

@69cifra Thanks for reporting the issue. I've fixed this in 0.0.13 version.