Skip to content

Commit

Permalink
Comment out dequoter to one-liner highlighter work
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Dec 6, 2024
1 parent e1aed5f commit 9919c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def main():
script = clean_characters(script)
script = final_stringify(script)
script = obfuscate_variables(script)
script = dequoter(script)
# script = dequoter(script)

out.parent.mkdir(parents=True, exist_ok=True)
out.write_text(script, encoding="utf8")
Expand Down

0 comments on commit 9919c7f

Please sign in to comment.