Add SteamBot

This commit is contained in:
AlberLC
2024-07-04 20:02:49 +02:00
parent 2465755bc0
commit 76f9920de4

View File

@@ -337,7 +337,7 @@ class SteamBot(MultiBot, ABC):
height=945, height=945,
margin={'t': 20, 'r': 20, 'b': 20, 'l': 20}, margin={'t': 20, 'r': 20, 'b': 20, 'l': 20},
title={ title={
'text': f"{len(apps_prices)} juegos<br><sup>(solo los comparables entre {flanautils.join_last_separator(chart_title_parts, ', ', ' y ')})</sup>", 'text': f"{len(apps_prices)} juegos de Steam<br><sup>(solo los comparables entre {flanautils.join_last_separator(chart_title_parts, ', ', ' y ')})</sup>",
'xref': 'paper', 'xref': 'paper',
'yref': 'paper', 'yref': 'paper',
'x': 0.5, 'x': 0.5,