bugfix
This commit is contained in:
parent
fe7212ae67
commit
0668384078
@ -9,6 +9,11 @@ Classifier: Operating System :: OS Independent
|
|||||||
Classifier: Programming Language :: Python :: 3
|
Classifier: Programming Language :: Python :: 3
|
||||||
Classifier: License :: OSI Approved :: MIT License
|
Classifier: License :: OSI Approved :: MIT License
|
||||||
Description-Content-Type: text/markdown
|
Description-Content-Type: text/markdown
|
||||||
|
Requires-Dist: aiomysql
|
||||||
|
Requires-Dist: PyMySQL
|
||||||
|
Requires-Dist: aiosqlite
|
||||||
|
Requires-Dist: asyncio
|
||||||
|
Requires-Dist: jinja2
|
||||||
|
|
||||||
# SQLOR
|
# SQLOR
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
from traceback import print_exc
|
from traceback import print_exc
|
||||||
import os
|
import os
|
||||||
import decimal
|
import decimal
|
||||||
from asyncio import coroutine
|
|
||||||
os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8'
|
os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8'
|
||||||
import sys
|
import sys
|
||||||
from datetime import datetime, date
|
from datetime import datetime, date
|
||||||
|
Loading…
Reference in New Issue
Block a user