mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fixing issue #463
This commit is contained in:
parent
1d7b904c50
commit
5fff336f70
@ -9,7 +9,7 @@
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Sick Beard is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
@ -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 New Issue
Block a user