Skip to content

Commit

Permalink
Another small update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Jan 24, 2025
1 parent 855d443 commit 908ec0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions catfile.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ advancedlist = true
altinode = true

[\uace0\uc591\uc774\ud30c\uc77c]
len = 21
hex = ea3eaeb095eab094ed8c8cec9db4
len = 15
hex = eab3a0ec9691ec9db4ed8c8cec9dbc
ver = 001
name = GoyangiFile
lower = goyangifile
Expand Down
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def decode_unicode_escape(value):
if("네코파일" not in __file_format_multi_dict__):
__file_format_multi_dict__.update({'네코파일': {'format_name': "NekoFile", 'format_magic': "네코파일", 'format_lower': "nekofile", 'format_len': 15, 'format_hex': "eb84a4ecbd94ed8c8c", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".네코" } } )
if("고양이파일" not in __file_format_multi_dict__):
__file_format_multi_dict__.update({'고양이파일': {'format_name': "GoyangiFile", 'format_magic': "고양이파일", 'format_lower': "goyangifile", 'format_len': 21, 'format_hex': "ea3eaeb095eab094ed8c8cec9db4", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".고양이" } } )
__file_format_multi_dict__.update({'고양이파일': {'format_name': "GoyangiFile", 'format_magic': "고양이파일", 'format_lower': "goyangifile", 'format_len': 15, 'format_hex': "eab3a0ec9691ec9db4ed8c8cec9dbc", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".고양이" } } )
__file_format_name__ = __file_format_multi_dict__[__file_format_default__]['format_name']
__file_format_lower__ = __file_format_multi_dict__[__file_format_default__]['format_lower']
__file_format_magic__ = __file_format_multi_dict__[__file_format_default__]['format_magic']
Expand Down

0 comments on commit 908ec0a

Please sign in to comment.