diff --git a/weekly_report.py b/weekly_report.py index e823688..a03b0a7 100644 --- a/weekly_report.py +++ b/weekly_report.py @@ -147,7 +147,7 @@ def build_monthly_toot(measures_data, tags, top_tooty, date_to, prev_stats, inst if top_tooty: blocks = "\n\n".join( - f"πŸ‘€ @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" + f"🐘 @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" for s in top_tooty ) tooty_sekce = f"\n🌟 Tooty mΔ›sΓ­ce:\n\n{blocks}" @@ -182,7 +182,7 @@ def build_toot(measures_data, tags, top_tooty, date_from, date_to, week_number): if top_tooty: blocks = "\n\n".join( - f"πŸ‘€ @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" + f"🐘 @{s['acct']}\n\"{truncate(s['text'], 80).replace(chr(10), ' ')}\"\nπŸ” {s['reblogs']} ⭐ {s['favourites']}\nπŸ”— {s.get('url', '')}" for s in top_tooty ) toot_tyden = f"🌟 Tooty tΓ½dne:\n\n{blocks}\n\n"