Skip to content

Commit

Permalink
修复数据库不存在的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aoaostar committed Jul 29, 2021
1 parent 52a80e2 commit a04a8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@


client = Client()
# 配置信息初始化
client.init_config()
# 数据库初始化
client.init_database()
# 配置信息初始化
client.init_config()
# 命令行参数初始化,读取文件列表
client.init_command_line_parameter()
# 输出配置信息
Expand Down

0 comments on commit a04a8fe

Please sign in to comment.