update tools, update return list
This commit is contained in:
@@ -19,6 +19,8 @@ for mal in mal_anime:
|
||||
for anime in anime_db['data']:
|
||||
if anime['title'] == mal['title']:
|
||||
anime['mal_id'] = mal['id']
|
||||
anime['en'] = mal['en']
|
||||
|
||||
matched_list['data'].append(anime)
|
||||
found = True
|
||||
break
|
||||
|
Reference in New Issue
Block a user