mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
Fix: 修复委托过多时找不到委托的问题
This commit is contained in:
parent
d8dd6ce345
commit
152e0431e5
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user