summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/find_key.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/find_key.py b/other/find_key.py
index 3371f21..7aa2fd9 100644
--- a/other/find_key.py
+++ b/other/find_key.py
@@ -18,6 +18,7 @@ KNOWN_MAGICS = [("png", b"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a"),
("ogg", b"\x4f\x67\x67\x53"),
("psb", b"\x50\x53\x42\x00"),
("mstand", b"\xff\xfe"),
+ # ("tjs", b"\xff\xfe"),
("csv", b"\xff\xfe")]