0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-04-24 08:25:16 +00:00
ok-wuthering-waves/main_debug.py
2024-12-27 17:13:18 +08:00

10 lines
263 B
Python

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