From 5e38fc6df71d1a313a2d5eab1bd278355dd6ba97 Mon Sep 17 00:00:00 2001 From: chenwj <654891551@qq.com> Date: Thu, 10 Nov 2022 16:40:55 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=BE=93=E5=87=BA=E5=8F=98=E9=87=8F=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lottery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottery.py b/lottery.py index 4256d49..1b5f125 100644 --- a/lottery.py +++ b/lottery.py @@ -47,7 +47,7 @@ class Lottery(object): else: record.draw_date = date(int(m2.group(1)), int(m2.group(2)), int(m2.group(3))) else: - raise Exception(f"issue:{issue}数据写入失败。。。") + raise Exception(f"issue:{draw_issue}数据写入失败。。。") # 如果是排列3和3D if isinstance(record, PLS) or isinstance(record, SD): record.hundred = draw_code[0]