Fix Community

This commit is contained in:
Alhaziel01
2020-03-24 10:57:34 +01:00
parent 194ad1aa89
commit cf78aa4a04
2 changed files with 4 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ def run(item=None):
# Checks if channel exists
if os.path.isfile(os.path.join(config.get_runtime_path(), 'channels', item.channel + ".py")):
CHANNELS = 'channels'
CHANNELS = 'channels'
elif os.path.isfile(os.path.join(config.get_runtime_path(), 'channels', 'porn', item.channel + ".py")):
CHANNELS = 'channels.porn'
else: