FUCK THIS BUG IN PARTICULAR
This commit is contained in:
parent
de5b71ea04
commit
ca8a53de90
1 changed files with 5 additions and 7 deletions
|
|
@ -943,8 +943,6 @@ def searchCodes(page, pbar, jobList, filename):
|
|||
# Grab String
|
||||
if len(codeList[i]["parameters"]) > 0:
|
||||
jaString = codeList[i]["parameters"][0]
|
||||
if "ま、待って!あなたは" in jaString:
|
||||
print("Test")
|
||||
oldjaString = jaString
|
||||
else:
|
||||
codeList[i]["code"] = -1
|
||||
|
|
@ -1095,11 +1093,6 @@ def searchCodes(page, pbar, jobList, filename):
|
|||
finalJAString = "\n".join(currentGroup)
|
||||
oldjaString = finalJAString
|
||||
|
||||
# Check if Empty
|
||||
if finalJAString == "":
|
||||
i += 1
|
||||
continue
|
||||
|
||||
# Set Back
|
||||
if not setData:
|
||||
codeList[i]["parameters"] = [finalJAString]
|
||||
|
|
@ -1168,6 +1161,11 @@ def searchCodes(page, pbar, jobList, filename):
|
|||
instantLineFlag = True
|
||||
finalJAString = finalJAString.replace("\\>", "")
|
||||
|
||||
# Check if Empty
|
||||
if finalJAString == "":
|
||||
i += 1
|
||||
continue
|
||||
|
||||
# Pass 1 (Grabbing Data)
|
||||
if setData:
|
||||
# Remove Textwrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue