Commit 98dafeeb by sikang

update script

parent 876fdf13
......@@ -15,6 +15,6 @@ with open(path, "w", encoding="utf-8") as f_w:
for line in lines:
if code in line:
line = "#"+line
if "#MARK-END" in line:
if "MARK-END" in line:
line = code + "\n" + line
f_w.write(line)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment