Commit f49b635b by sikang

upate script

parent 5bde60bf
...@@ -41,5 +41,6 @@ with open(path, "w") as f_w: ...@@ -41,5 +41,6 @@ with open(path, "w") as f_w:
elif "agreement_url=" in line: elif "agreement_url=" in line:
line = "agreement_url=\"%s\"\n"%(gateway['privacy'][0]) line = "agreement_url=\"%s\"\n"%(gateway['privacy'][0])
f_w.write(line) f_w.write(line)
print(gateway['home'][0]+"/privacy.html")
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