You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Les sous forum ayant les même attribut il n'arrive pas à lire le nombre de posts
Pour corriger l'erreur j'ai changer changer les dernères lignes dans forum.py :
if row("td").eq(2).text().isdigit():
self.forums[oldid].num_topics = int(row("td").eq(2).text())
# Get subforum numbers of topics and posts
if row("td").eq(3).text().isdigit():
self.forums[oldid].num_posts = int(row("td").eq(3).text())
The text was updated successfully, but these errors were encountered:
Les sous forum ayant les même attribut il n'arrive pas à lire le nombre de posts
Pour corriger l'erreur j'ai changer changer les dernères lignes dans forum.py :
Par
The text was updated successfully, but these errors were encountered: