__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ('near "13525010010": syntax error',)
with_traceback = <built-in method with_traceback of OperationalError object>
The above is a description of an error in a Python program.Here is
the original traceback:
Traceback (most recent call last):
File "D:\love\app\engine.py", line 510, in run
File "D:\love\app\engine.py", line 489, in run
File "D:\love\app\engine.py", line 373, in apply_jd
File "D:\love\app\engine.py", line 114, in __init__
sqlite3.OperationalError: near "0000": syntax error |