Skip to content

Commit 295ac7f

Browse files
committed
修改 test -> 666 的固定名字,因为 WX 模块只能是数字 code
1 parent 6532af9 commit 295ac7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wilk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def start(start_durations, files):
9494
print(silk_file)
9595

9696
if TEST:
97-
code = "test"
97+
code = "666"
9898
else:
9999
code = int(time.time_ns() / 1000000)
100100

0 commit comments

Comments
 (0)