AttributeError: 'Values' object has no attribute 'extensions'
MissterHao opened this issue · 1 comments
MissterHao commented
Newly version sqlite_web will raise this error while executing.
It may cause by wrong setting of optparse.
sqlite_web.py", line 872, in main
options.extensions)
AttributeError: 'Values' object has no attribute 'extensions'
coleifer commented
This is fixed and 0.4.0 released. Thank you.