Skip to content

Commit ec0cebc

Browse files
committed
test
1 parent c634788 commit ec0cebc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Script details/chatgpt-counter/Change history/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
### **📅 2024/9/1 09:37 - Ver 1.3.1**
44

5-
**修复**: 无法在新开聊天或切换聊天时显示计数器的问题,以及发送后计数器不清零的问题\_
5+
**修复**: 无法在新开聊天或切换聊天时显示计数器的问题,以及发送后计数器不清零的问题\_\_\_\_
66

77
---

pythonscr/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main():
100100
parser.add_argument('--insert-position', choices=['head', 'tail'], default='tail', help="如果找不到标记,内容插入在头部还是尾部 (head/tail)")
101101
parser.add_argument('--skip-time-check', action='store_true', help="跳过时间检查,直接修改文件")
102102
parser.add_argument('--check-file', help="指定用于检查的文件,如果未传递则使用 target-file")#用于检查需要从一个文件写到一文件
103-
parser.add_argument('--history-true', help="用于merge-change-history,因为他只是检查时间,不会修改这个history文件")
103+
parser.add_argument('--history-true', help="用于merge-change-history,因为他只是检查时间,不会修改这个history文件", action="store_true")
104104

105105
args = parser.parse_args()
106106
# 选择检查的文件(如果没有传递 --check-file,则使用 target-file)

0 commit comments

Comments
 (0)