Commit b9742a2e by sikang

update script

parent 2f9f5b14
......@@ -26,7 +26,7 @@ def rename_api(path):
if "@GET" in api_l or "@PUT" in api_l or "@POST" in api_l:
api_l.replace(api_map[1], api_map[0])
f_w.write(api_l)
print(path + " done\n")
print(path + " done\n")
return
......
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