Skip to content

Commit

Permalink
Update m2w.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huangwb8 committed Dec 3, 2022
1 parent c7a2b2b commit 84ee477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84ee477

Please sign in to comment.