Skip to content

Commit 4d9c7b4

Browse files
authored
Merge pull request #21 from cr0hn/patch-1
Update README.md
2 parents 248d21a + 1fd431f commit 4d9c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ from python_obfuscator.techniques import add_random_variables
4545
obfuscator = python_obfuscator.obfuscator()
4646
4747
code_to_obfuscate = "print('hello world')"
48-
obfuscated_code = obfuscator.obfuscate(code_to_obfuscate, remove_techniques[add_random_variables])
48+
obfuscated_code = obfuscator.obfuscate(code_to_obfuscate, remove_techniques=[add_random_variables])
4949
```
5050
Find a list of all techniques [here](https://github.com/davidteather/python-obfuscator/blob/210da2d3dfb96ab7653fad869a43cb67aeb0fe67/python_obfuscator/techniques.py#L87)
5151

0 commit comments

Comments
 (0)