Commit 98b84f71 authored by Dr.李's avatar Dr.李

fixed bug

parent 9e3342ed
...@@ -18,8 +18,7 @@ def encode_formula(formula): ...@@ -18,8 +18,7 @@ def encode_formula(formula):
def decode_formula(str_repr): def decode_formula(str_repr):
encoded = str_repr.encode('ascii') formula = decode(str_repr)
formula = decode(encoded)
return formula return formula
......
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