mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 22:23:36 -07:00
Update helpers.py
Tiny Typo
This commit is contained in:
parent
11100152ce
commit
b2dbfbb866
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue