mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-22 01:23:43 +00:00
Fixing issue #463
This commit is contained in:
parent
1d7b904c50
commit
5fff336f70
1 changed files with 3 additions and 1 deletions
|
@ -679,6 +679,8 @@ def sanitizeSceneName(name, ezrss=False):
|
|||
name = name[:-1]
|
||||
|
||||
return name
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
||||
def create_https_certificates(ssl_cert, ssl_key):
|
||||
|
|
Loading…
Reference in a new issue