up stats speed
This commit is contained in:
parent
55b33285f7
commit
6f2844fb0c
@ -177,7 +177,8 @@ if generate_linkings_json :
|
||||
'title': title,
|
||||
'next': None,
|
||||
'previous': None,
|
||||
'last_html_build': last_html_build
|
||||
'last_html_build': last_html_build,
|
||||
'last_gemini_build': last_gemini_build,
|
||||
'org_content': content, # Contenu Org original
|
||||
'html_content_without_h1': re.sub(r'<h1>.*?</h1>', '', html_content), # Contenu HTML converti sans le titre de premier niveau
|
||||
'html_content': html_content # Contenu HTML converti
|
||||
|
2
stats.py
2
stats.py
@ -9,7 +9,7 @@ def main():
|
||||
Fonction principale qui génère les statistiques pour tous les sites web configurés
|
||||
"""
|
||||
print("Génération des statistiques pour tous les sites web...")
|
||||
lecture_mots_par_minute = 150
|
||||
lecture_mots_par_minute = 220
|
||||
# Récupérer les statistiques pour tous les sites
|
||||
stats = get_stats_on_all_websites()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user