From 76f9920de463d8ba25501466678ed554ab11b3b6 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Thu, 4 Jul 2024 20:02:49 +0200 Subject: [PATCH] Add SteamBot --- flanabot/bots/steam_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/bots/steam_bot.py b/flanabot/bots/steam_bot.py index 7d177d1..e54b80d 100644 --- a/flanabot/bots/steam_bot.py +++ b/flanabot/bots/steam_bot.py @@ -337,7 +337,7 @@ class SteamBot(MultiBot, ABC): height=945, margin={'t': 20, 'r': 20, 'b': 20, 'l': 20}, title={ - 'text': f"{len(apps_prices)} juegos
(solo los comparables entre {flanautils.join_last_separator(chart_title_parts, ', ', ' y ')})", + 'text': f"{len(apps_prices)} juegos de Steam
(solo los comparables entre {flanautils.join_last_separator(chart_title_parts, ', ', ' y ')})", 'xref': 'paper', 'yref': 'paper', 'x': 0.5,