fixed typo in rida.py

This commit is contained in:
Lubos Kocman
2016-07-14 14:32:04 +02:00
parent 020e75865b
commit 64ce1a517a

View File

@@ -171,7 +171,7 @@ def _establish_ssl_context(conf):
attributes = (
'ssl_certificate_file',
'ssl_certificate_key_file',
'ssl_ca_ceritifcate_file',
'ssl_ca_certificate_file',
)
for attribute in attributes:
value = getattr(conf, attribute, None)