Skip to content

Commit

Permalink
Update setting_com.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed Jul 28, 2023
1 parent 2291bc5 commit 9c061c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def init_common(config):
config[GB_RUN_TIME] = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime())
##################################################################
# 版本号配置
config[GB_VERSION] = "Ver 0.6.0 2023-07-26 05:30"
config[GB_VERSION] = "Ver 0.6.1 2023-07-28 17:30"
##################################################################
# 是否显示DEBUG级别信息,默认False
config[GB_DEBUG_FLAG] = False
Expand Down

0 comments on commit 9c061c6

Please sign in to comment.