Fix all source Exception handling

This commit is contained in:
yoshiko2
2021-05-03 22:27:09 +08:00
parent c8e61936b3
commit 94c5598fde
3 changed files with 26 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ def main(number: str):
"series": '',
}
else:
dic = {}
dic = {"title": ""}
return json.dumps(dic, ensure_ascii=False, sort_keys=True, indent=4, separators=(',', ':'))