Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed May 13, 2024
1 parent 1ac8752 commit e1ca92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -2164,10 +2164,10 @@ def main() -> NoReturn:
write the decrypted contents to a new file{RES}"""

A8_DESCRIPTION: str = f"""{ITA}I: action #8:\n\
create a file with random bytes{RES}"""
create a file with random data{RES}"""

A9_DESCRIPTION: str = f"""{ITA}I: action #9:\n\
overwrite file contents with random bytes{RES}"""
overwrite file contents with random data{RES}"""


INVALID_UTF8_BYTE: bytes = b'\xff'
Expand Down

0 comments on commit e1ca92f

Please sign in to comment.