0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00
ok-wuthering-waves/main_debug.py
firedcto@gmail.com 85ff7fbe67 autocombat
2024-06-21 00:48:59 +08:00

9 lines
211 B
Python

from config import config
from ok.OK import OK
config = config
config['debug'] = True
# config['click_screenshots_folder'] = "click_screenshots" # debug用 点击后截图文件夹]
ok = OK(config)
ok.start()