GeekTime
GeekTime copied to clipboard
请问现在还能使用吗?我部署完成后显示sql error,no column :secure
请问现在还能使用吗?我部署完成后显示sql error,no column :secure
README.md 最后面有写:
sqlite3.OperationalError: no such column: secure Chrome 66 has changed the name of the column secure to is_secure in the cookies table. It seems that it's simple to fix this by changing the database query in L118 of init.py, but I'm not sure that's enough.
根据错误提示,编辑 init.py 里 118 行,把 secure 改成 is_secure。
再试一下,可能有些代码要修改一下了。