Fix colon speaker bug
This commit is contained in:
parent
769cb825d6
commit
e165ce7985
1 changed files with 1 additions and 1 deletions
|
|
@ -1373,7 +1373,7 @@ def searchCodes(page, pbar, jobList, filename):
|
|||
# Colons
|
||||
if len(speakerList) == 0:
|
||||
speakerList = re.findall(
|
||||
r"[\\]*[cC]?\[?\d*\]?(.+):$",
|
||||
r"(.+):$",
|
||||
jaString,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue