This commit is contained in:
Kovid Goyal 2025-03-23 04:36:16 +05:30
parent 5b244138fe
commit d01146df95
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ def process_web_node(node):
return process_web_list(node)
elif ntype:
print('** ', ntype)
return ''
return ''
def load_article_from_web_json(raw):

View File

@ -136,7 +136,7 @@ def process_web_node(node):
return process_web_list(node)
elif ntype:
print('** ', ntype)
return ''
return ''
def load_article_from_web_json(raw):