Qilan2 commited on
Commit
714b11c
·
verified ·
1 Parent(s): 202ad58

Update ip.py

Browse files
Files changed (1) hide show
  1. ip.py +2 -2
ip.py CHANGED
@@ -277,8 +277,8 @@ def replace_info_in_file(file_path):
277
  content = file.read()
278
 
279
  # 将文件内容输出到控制台,用于调试
280
- print("文件原始内容片段:")
281
- print(content[:500] + "..." if len(content) > 500 else content)
282
 
283
  # 接力时间模式匹配更灵活
284
  print("尝试查找并替换接力时间...")
 
277
  content = file.read()
278
 
279
  # 将文件内容输出到控制台,用于调试
280
+ #print("文件原始内容片段:")
281
+ #print(content[:500] + "..." if len(content) > 500 else content)
282
 
283
  # 接力时间模式匹配更灵活
284
  print("尝试查找并替换接力时间...")