From 152e0431e5d13a077dc0f6ee90cdec3ae20ebcd2 Mon Sep 17 00:00:00 2001 From: LmeSzinc Date: Sun, 26 Apr 2020 15:40:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E5=A7=94=E6=89=98?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=97=B6=E6=89=BE=E4=B8=8D=E5=88=B0=E5=A7=94?= =?UTF-8?q?=E6=89=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/reward/commission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/reward/commission.py b/module/reward/commission.py index 71f486e8d..d63fa77ba 100644 --- a/module/reward/commission.py +++ b/module/reward/commission.py @@ -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: