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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user