1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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:
return out
return (None, None)
return [(None, None)]
def retrieve_exceptions():