From 23c72b3f0755c5ec8184661c0dd47a9c2fa1404d Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:39:15 +0800 Subject: [PATCH] Update 1.9 --- siro.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/siro.py b/siro.py index a1e93bc..bc4444a 100755 --- a/siro.py +++ b/siro.py @@ -100,6 +100,4 @@ def main(number2): 'source': 'siro.py', } js = json.dumps(dic, ensure_ascii=False, sort_keys=True, indent=4, separators=(',', ':'), ) # .encode('UTF-8') - print(js) - #print(htmlcode) - return js \ No newline at end of file + return js