1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: [FPY]change FpyTool.page to tool (#2777)

* Fix: `Start` button on tool page
私の不始末で多大なご迷惑をお掛けしました
申し訳ございません
謝罪します

* Fix: [FPY]set_stop_event
+ text optimization
Slap to myself a month ago

* Fix: change FpyTool.page to `tool`
This commit is contained in:
hgjazhgj
2023-06-18 22:58:20 +09:00
committed by GitHub
parent 0c37354ed5
commit 2f9fda959d
7 changed files with 13 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ def loop(config_name):
def set_stop_event(e):
FgoAutoScript().stop_event = e
FgoAutoScript.stop_event = e
def export_method(func):