Version fallback to Beta 11.6

This commit is contained in:
Yoshiko
2019-08-09 00:32:04 +08:00
committed by GitHub
parent 54437236f0
commit 446e1bf7d0
7 changed files with 68 additions and 84 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import re
from lxml import etree#need install
import json
@@ -82,4 +81,4 @@ def main(number2):
js = json.dumps(dic, ensure_ascii=False, sort_keys=True, indent=4, separators=(',', ':'),)#.encode('UTF-8')
return js
#print(main('1051725'))
#print(main('1051725'))