From 29d874a178a34027d75f24837cc4aab84db8032e Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Sat, 18 May 2024 20:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=A2=98=E6=94=B6=E5=BD=95=E6=97=B6?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=AF=8F=E8=A1=8C=E5=89=8D=E7=9A=84=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/database_tools_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/工具v4/database_tools_2.py b/工具v4/database_tools_2.py index 93e96799..18a382ef 100644 --- a/工具v4/database_tools_2.py +++ b/工具v4/database_tools_2.py @@ -548,6 +548,7 @@ def AddProblemstoDict2024nocommit(startingid,raworigin,problems,editor,indexed,c for p_and_suffix_and_meta in problems: try: p, suffix, meta = p_and_suffix_and_meta + p = re.sub(r"\n\s+","\n",p) pid = str(id).zfill(6) if suffix == currentsuffix: problemindex += 1