From 08861e2395bd5009127c6f2561017e32288909f9 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 10 Aug 2024 20:18:14 +0800 Subject: [PATCH] Update --- eh_mark_vn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eh_mark_vn.py b/eh_mark_vn.py index 927cd66..a53b230 100644 --- a/eh_mark_vn.py +++ b/eh_mark_vn.py @@ -4,7 +4,7 @@ from sys import exit from re import compile -BGI = compile(r'^(tmb_)?([ehm]v\d+[a-z_]?|scene\d+)\.(jpg|png)$') +BGI = compile(r'^(tmb_|ex_)?([ehm]v\d+[a-z_]*|scene\d+)\.(jpg|png)$') p = ArgumentParser() p.add_argument('-b', '--base', default='http://localhost:8080', help='API Host') # noqa: E501 p.add_argument('-t', '--token', help='Token')