1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-05 19:08:02 -05:00

Fix for anime processing issues

This commit is contained in:
echel0n 2014-11-22 07:13:48 -08:00
parent 8320672669
commit 04a83ac3fb

View File

@ -155,7 +155,7 @@ def get_scene_exception_by_name_multiple(show_name):
if out: if out:
return out return out
return (None, None) return [(None, None)]
def retrieve_exceptions(): def retrieve_exceptions():