From 28ece8b092a7e6ee5c33ac9b8ad4cde8faf8faff Mon Sep 17 00:00:00 2001 From: linlin <1628708538@qq.com> Date: Wed, 3 Jan 2024 16:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=BB=E5=88=B8=E5=A4=A7?= =?UTF-8?q?=E5=B8=88=E6=8A=BD=E5=A5=96=E8=BF=87=E5=BF=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dddc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dddc.py b/dddc.py index ad0182b..f51a5aa 100644 --- a/dddc.py +++ b/dddc.py @@ -35,7 +35,6 @@ try: print('📣📣📣请更新版本:📣📣📣📣📣📣') print('📣https://raw.githubusercontent.com/linbailo/zyqinglong/main/dddc.py📣') print('📣📣📣📣📣📣📣📣📣📣📣📣📣') - except Exception as e: print('无法检查版本更新') @@ -49,7 +48,8 @@ else: lat = '39.852399823026097' #纬度 lng = '116.32055410011579' #经度 print(f'经纬度默认设置:{lat},{lng}') - +print('==================================') +print(m['didigg']) print('==================================') #设置api @@ -462,6 +462,7 @@ def yanquancj(uid,token): for x in range(tijiao['data']['power']): xx = x + 1 print(f"正在执行第{xx}次抽奖") + time.sleep(2) tijiao1 = requests.post(url=yanquan6, json=data).json() print('--------抽奖结束--------')