Commit 492a209a by sikang

bug fix

parent 25a69810
...@@ -24,7 +24,7 @@ def decrypt(path): ...@@ -24,7 +24,7 @@ def decrypt(path):
randStr = str(random.randint(0, 1000000)) + "*-*" randStr = str(random.randint(0, 1000000)) + "*-*"
line = str_name + randStr + base64.b64encode(randStr + str_value) + "</string>" line = str_name + randStr + base64.b64encode(randStr + str_value) + "</string>"
print(line)
f_w.write(line) f_w.write(line)
# print("done\n") # print("done\n")
return 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