Fix broken constant import

This commit is contained in:
Johnny Wei 2021-04-24 16:39:54 -07:00
parent ad02371158
commit c7b1d7e6a8

View File

@ -2,7 +2,7 @@
import json
import os
from xml.sax.saxutils import escape
from constant import LANGUAGEISO
from nhentai.constant import LANGUAGEISO
def serialize_json(doujinshi, dir):
metadata = {'title': doujinshi.name,