Skip to content

Commit 3ea1acc

Browse files
authored
Update README.md
1 parent 210da2d commit 3ea1acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

4949
## Example Obfuscated Code
5050

0 commit comments

Comments
 (0)