update tools, update return list

This commit is contained in:
2023-07-26 00:24:30 -05:00
parent dd5d683ab8
commit 9d423cd4d3
5 changed files with 26 additions and 7 deletions

View File

@@ -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