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

1. 很多函数直接在 gems_farming 里覆盖就可以了, 不要直接在底层里加

因为只是 gems_farming 自己用的, 不是通用的
This commit is contained in:
Cyunmi
2021-08-12 18:20:35 +08:00
parent e5c9ea54ea
commit e10cb0e042
6 changed files with 33 additions and 36 deletions

View File

@@ -38,7 +38,3 @@ class GameTooManyClickError(Exception):
class GameNotRunningError(Exception):
pass
class EmotionWithdraw(Exception):
pass