mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
Fix broken constant import
This commit is contained in:
parent
ad02371158
commit
c7b1d7e6a8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user