mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-09-13 09:43:32 +02:00
remove debug
This commit is contained in:
@@ -17,7 +17,6 @@ EXT_MAP = {
|
|||||||
|
|
||||||
class DoujinshiInfo(dict):
|
class DoujinshiInfo(dict):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
print(kwargs)
|
|
||||||
super(DoujinshiInfo, self).__init__(**kwargs)
|
super(DoujinshiInfo, self).__init__(**kwargs)
|
||||||
|
|
||||||
def __getattr__(self, item):
|
def __getattr__(self, item):
|
||||||
|
Reference in New Issue
Block a user