Browse Source

translating topic title fix

main
westernmeadow 8 months ago
parent
commit
8e922eca2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Forums/Initialization/prepare_parser.py

+ 1
- 1
Forums/Initialization/prepare_parser.py View File

@ -342,7 +342,7 @@ def new_parse(forum, url, createLog):
# Classify on final description page # Classify on final description page
if descriptionIndex == len(descriptions) - 1: if descriptionIndex == len(descriptions) - 1:
title = translate(rec[15], source_lang)
title = translate(rec[3], source_lang)
content = translate(getPosts(posts), source_lang) content = translate(getPosts(posts), source_lang)
# classification for topic based on all posts from all pages # classification for topic based on all posts from all pages


Loading…
Cancel
Save