Skip to content

Commit

Permalink
refud
Browse files Browse the repository at this point in the history
  • Loading branch information
KDot227 committed Jul 9, 2024
1 parent 924ae73 commit e60e4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
from rich.syntax import Syntax
from rich.text import Text

from rich import print

__version__ = "2.10.2"

css = """
Expand Down
2 changes: 1 addition & 1 deletion src/util/obfuscation/obfuscate.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def obfuscate(self, file):
ran1(char),
# ran2(char, random_order=random_order),
]
if not Settings.FUD:
if random.randint(1, 10) == 1:
random_obf.append(
ran2(char, random_order=random_order)
)
Expand Down

0 comments on commit e60e4bc

Please sign in to comment.