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