no log: Fix anidb enrichment return type (#2472)

pull/2473/head
Anderson Shindy Oki 3 weeks ago committed by GitHub
parent 5e0433834e
commit 0bdfcd0eda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,7 +53,7 @@ class AniDBClient(object):
]
if not animes:
return None
return None, None
# Sort the anime by offset in ascending order
animes.sort(key=lambda a: a.episode_offset)

Loading…
Cancel
Save