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()
|
sentence = str(sentence).strip()
|
||||||
if sentence.startswith("- "):
|
if sentence.startswith("- "):
|
||||||
sentence.replace("- ", "* ")
|
sentence.replace("- ", "* ")
|
||||||
else:
|
elif not sentence.startswith("*"):
|
||||||
sentence = "* " + sentence
|
sentence = "* " + sentence
|
||||||
sentence += " \n"
|
sentence += " \n"
|
||||||
summary_sentences.append(sentence)
|
summary_sentences.append(sentence)
|
||||||
|
|||||||
Reference in New Issue
Block a user