python-obfuscator icon indicating copy to clipboard operation
python-obfuscator copied to clipboard

Setting more than one variables at the same time only obfuscates the last

Open none-None1 opened this issue 1 year ago • 0 comments

When I obfuscate:

a,b,c,d=1,2,3,4

after removing all the random variables, I get:

a,b,c,K170710586507698851=1,2,3,4

none-None1 avatar Feb 05 '24 04:02 none-None1