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