From 84ee4776a92f8c2bb719da36100c9cb3c4a420f9 Mon Sep 17 00:00:00 2001 From: huangwb8 <654751191@qq.com> Date: Sat, 3 Dec 2022 19:00:12 +0800 Subject: [PATCH] Update m2w.py --- m2w.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2w.py b/m2w.py index 11f9adf..7e81809 100644 --- a/m2w.py +++ b/m2w.py @@ -23,7 +23,7 @@ test_mode = False # Main Configuration -if test_mode == False: +if test_mode: # Test mode path_user_json = 'E:/Github/m2w/@test/config/user.json' user = read_json_as_dict(path_user_json)