Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaPrzyborowski authored Jan 12, 2025
1 parent c74eaa4 commit 5340268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def decode_unicode_escape(value):
__program_name__ = "Py" + __file_format_name__
__file_format_lower__ = __file_format_name__.lower()
__file_format_magic__ = "ねこファイル"
# __file_format_magic__ = "네코파일"
__file_format_len__ = len(__file_format_magic__.encode('utf-8'))
__file_format_hex__ = binascii.hexlify(
__file_format_magic__.encode("UTF-8")).decode("UTF-8")
Expand Down

0 comments on commit 5340268

Please sign in to comment.