Commit 59e54bda by sikang

bug fix

parent 3a31bb7f
...@@ -142,7 +142,7 @@ class JavaGarble: ...@@ -142,7 +142,7 @@ class JavaGarble:
ignore = False ignore = False
#花括号 #花括号
curly_braces="" curly_braces=0
with open(file,"w+",encoding="utf-8") as fout: with open(file,"w+",encoding="utf-8") as fout:
for line in lines: for line in lines:
# interface 不混淆 # interface 不混淆
......
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