Fix cutoff
This commit is contained in:
parent
4ab65ef9e8
commit
ca293eee86
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue