1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 10:58:02 +08:00

Opt: use HardNotSatisfied to delay gemsfarming hard

This commit is contained in:
guoh064
2026-07-03 02:02:54 +08:00
parent f4136f3b0b
commit 9815e16f82
3 changed files with 58 additions and 30 deletions

View File

@@ -65,3 +65,7 @@ class RequestHumanTakeover(Exception):
# Request human takeover
# Alas is unable to handle such error, probably because of wrong settings.
pass
class HardNotSatisfied(RequestHumanTakeover):
pass