Update helpers.py

Tiny Typo
This commit is contained in:
an3k 2016-02-13 22:38:27 +01:00
commit b2dbfbb866

View file

@ -341,7 +341,7 @@ def split_string(mystring, splitvar=','):
def create_https_certificates(ssl_cert, ssl_key): def create_https_certificates(ssl_cert, ssl_key):
""" """
Create a self-signed HTTPS certificare and store it in Create a self-signed HTTPS certificate and store it in
'ssl_cert' and 'ssl_key'. Method assumes pyOpenSSL is installed. 'ssl_cert' and 'ssl_key'. Method assumes pyOpenSSL is installed.
The code were noted was stolen from SickBeard (http://github.com/midgetspy/Sick-Beard). The code were noted was stolen from SickBeard (http://github.com/midgetspy/Sick-Beard).