diff --git a/flanabot/bots/steam_bot.py b/flanabot/bots/steam_bot.py
index 1ae9a0a..6019446 100644
--- a/flanabot/bots/steam_bot.py
+++ b/flanabot/bots/steam_bot.py
@@ -328,7 +328,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
(solo los comparables entre {flanautils.join_last_separator(chart_title_parts, ', ', ' y ')})",
'xref': 'paper',
'yref': 'paper',
'x': 0.5,