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