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

Fix: 修复委托过多时找不到委托的问题

This commit is contained in:
LmeSzinc
2020-04-26 15:40:14 +08:00
parent d8dd6ce345
commit 152e0431e5

View File

@@ -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: