mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
update buller condition
This commit is contained in:
@@ -79,7 +79,7 @@ class TranscriptFinalLongSummaryProcessor(Processor):
|
||||
sentence = str(sentence).strip()
|
||||
if sentence.startswith("- "):
|
||||
sentence.replace("- ", "* ")
|
||||
else:
|
||||
elif not sentence.startswith("*"):
|
||||
sentence = "* " + sentence
|
||||
sentence += " \n"
|
||||
summary_sentences.append(sentence)
|
||||
|
||||
Reference in New Issue
Block a user