From 3b9772a65146afb36e29b5bce082ce5aa1483c22 Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 4 Feb 2017 10:41:33 -0500 Subject: Deprecated flag in favor of variadic arguments. --- other/find_key.py | 1 + 1 file changed, 1 insertion(+) (limited to 'other') 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")] -- cgit v1.3