1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-08 03:30:20 +02:00

Fix tests

This commit is contained in:
2021-10-23 18:33:51 +02:00
parent 52ecd59bf6
commit 7396cfc017
4 changed files with 11 additions and 11 deletions

View File

@ -138,7 +138,7 @@ class MediaAdminForm(ModelForm):
if not r:
return False
# If results, then take the most accurate
data = scraper.scrap_bd_info(r[0])
data = scraper.scrap_comic_info(r[0])
self.cleaned_data.update(data)
return True