From eb602ce2b12047e93fa0b3adf7b3de17217847d4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 29 May 2022 20:25:32 -0400 Subject: [PATCH] fix 500 --- common/scrapers/bangumi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scrapers/bangumi.py b/common/scrapers/bangumi.py index f2090d02..498ba849 100644 --- a/common/scrapers/bangumi.py +++ b/common/scrapers/bangumi.py @@ -9,6 +9,7 @@ from music.forms import AlbumForm, SongForm from games.models import Game from games.forms import GameForm from common.scraper import * +from django.core.exceptions import ObjectDoesNotExist def find_entity(source_url):