Skip to content

Commit

Permalink
v0.6.7 解决501错误
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed Jun 13, 2024
1 parent bc33a0e commit 1aecb34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.6 2024-06-13 13:30"
config[GB_VERSION] = "Ver 0.6.7 2024-06-13 15:00"
##################################################################
# 是否显示DEBUG级别信息,默认False
config[GB_DEBUG_FLAG] = False
Expand Down
2 changes: 2 additions & 0 deletions 历史更新记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 历史更新记录

```
20240613 【修复代码】 自动处理501错误
20240613 【注释配置】 注释 Transfer-Encoding 头部,部分服务器不支持,响应 501 Not Implemented
20240613 【修复规则】 修复字典规则中使用-号导致自动日期计算功能不生效的问题(应该使用--)
Expand Down

0 comments on commit 1aecb34

Please sign in to comment.