Fix cutoff

This commit is contained in:
dazedanon 2025-11-29 10:52:02 -06:00
parent 4ab65ef9e8
commit ca293eee86

View file

@ -2424,7 +2424,7 @@ def searchCodes(page, pbar, jobList, filename):
continue
# Get Speaker
match = re.search(r"^(?:[\\]+[cC]\[\d+?\])?([\w\s]+)", jaString)
match = re.search(r"^(?:[\\]+[cC]\[\d+?\])?([^\\]+)", jaString)
if match:
jaString = match.group(1)
response = getSpeaker(jaString)