diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index 2488e056..405e534b 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -1420,7 +1420,7 @@ def RefineInterval(string): poslist = [(match.start(),match.end()) for match in matches] poslist.reverse() #从后往前逐一更改 for s,e in poslist: - print(s,e) + # print(s,e) rightdollar = newstring[e:].find("$")+e rightbracket = rightdollar+1 rb = newstring[rightbracket]