From 8e922eca2f33d3076f79e7df19035d25f287bb55 Mon Sep 17 00:00:00 2001 From: westernmeadow Date: Fri, 24 May 2024 06:52:24 +0000 Subject: [PATCH] translating topic title fix --- Forums/Initialization/prepare_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forums/Initialization/prepare_parser.py b/Forums/Initialization/prepare_parser.py index dff8168..5dbc5f2 100644 --- a/Forums/Initialization/prepare_parser.py +++ b/Forums/Initialization/prepare_parser.py @@ -342,7 +342,7 @@ def new_parse(forum, url, createLog): # Classify on final description page if descriptionIndex == len(descriptions) - 1: - title = translate(rec[15], source_lang) + title = translate(rec[3], source_lang) content = translate(getPosts(posts), source_lang) # classification for topic based on all posts from all pages