mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Fix: 修复委托过多时找不到委托的问题
This commit is contained in:
@@ -92,7 +92,7 @@ class Commission:
|
||||
Returns:
|
||||
bool:
|
||||
"""
|
||||
threshold = timedelta(seconds=30)
|
||||
threshold = timedelta(seconds=120)
|
||||
if not self.valid or not other.valid:
|
||||
return False
|
||||
if self.genre != other.genre or self.status != other.status:
|
||||
|
||||
Reference in New Issue
Block a user