Skip to content

Commit 7104d74

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent 9f1d26d commit 7104d74

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pycatfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,8 @@ def decode_unicode_escape(value):
317317
__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': ".네코" } } )
318318
if("고양이파일" not in __file_format_multi_dict__):
319319
__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': ".고양이" } } )
320-
print(__file_format_default__)
321320
if(__file_format_default__ not in __file_format_multi_dict__):
322321
__file_format_default__ = next(iter(__file_format_multi_dict__))
323-
print(__file_format_default__)
324322
__file_format_name__ = __file_format_multi_dict__[__file_format_default__]['format_name']
325323
__file_format_lower__ = __file_format_multi_dict__[__file_format_default__]['format_lower']
326324
__file_format_magic__ = __file_format_multi_dict__[__file_format_default__]['format_magic']

0 commit comments

Comments
 (0)