Skip to content

Commit

Permalink
Merge pull request #21 from cr0hn/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davidteather committed Jul 27, 2023
2 parents 248d21a + 1fd431f commit 4d9c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ from python_obfuscator.techniques import add_random_variables
obfuscator = python_obfuscator.obfuscator()
code_to_obfuscate = "print('hello world')"
obfuscated_code = obfuscator.obfuscate(code_to_obfuscate, remove_techniques[add_random_variables])
obfuscated_code = obfuscator.obfuscate(code_to_obfuscate, remove_techniques=[add_random_variables])
```
Find a list of all techniques [here](https://github.com/davidteather/python-obfuscator/blob/210da2d3dfb96ab7653fad869a43cb67aeb0fe67/python_obfuscator/techniques.py#L87)

Expand Down

0 comments on commit 4d9c7b4

Please sign in to comment.