This commit is contained in:
Carl Thomé
2023-06-18 15:04:30 +02:00
parent 742b56804e
commit 502756bb58
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import re
def parse_chat(chat): # -> List[Tuple[str, str]]:
# Split the chat into sections by the "*CODEBLOCKSBELOW*" token
split_chat = chat.split("*CODEBLOCKSBELOW*")