From 9b6ee32c848d93ecca3363c9e800a9cd939ac13d Mon Sep 17 00:00:00 2001 From: lisai9093 Date: Fri, 29 Mar 2024 01:44:35 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=A1=E9=AD=82=E5=8F=B8?= =?UTF-8?q?=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yys.py b/yys.py index 74f568b..8ae849b 100755 --- a/yys.py +++ b/yys.py @@ -244,7 +244,7 @@ def yuhun(): if refresh==0: cishu=cishu+1 print('挑战次数:',cishu) - t = random.randint(50,150) / 100 + t = random.randint(500,750) / 100 else: print('挑战中。。。',i) t = random.randint(50,100) / 100