Commit a6193e58 by sikang

update script

parent 2104c77d
......@@ -298,7 +298,7 @@ class Function:
permissions = "1235"
if config['contact'] != "true":
permissions = "235"
file_name = "%s_%s" % (config['corp_id'], config['app_name'])
file_name = "%s_%s" % (config['corp_id'], config['app_name'].replace(" ","_"))
print("path url: %s/privacy1.html" % config['home'])
with open("/Users/connor/Documents/apks/privacy/privacy0.html", "rt") as fin:
......
......@@ -72,10 +72,7 @@ elif command == 12:
Function.cutover(config)
elif command == 13 or command == 133:
if command == 133:
Function.print_checklist(config, True)
else:
Function.print_checklist(config, False)
Function.print_checklist(config, command == 133)
elif command == 14:
Function.new_privacy(config)
......
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