更改验证码,简化目录

This commit is contained in:
不胜舟
2022-12-27 20:48:50 +08:00
parent c811b895d7
commit 078b838374
12 changed files with 142 additions and 45 deletions
+1 -1
View File
@@ -55,6 +55,6 @@ def init_db():
return
if init_database():
print('数据库%s创建成功' % str(DATABASE))
execute_fromfile('test/pear.sql')
execute_fromfile('pear.sql')
print('表创建成功')
print('欢迎使用pear-admin-flask,请使用 flask run 命令启动程序')