Log table to console

This commit is contained in:
Zeva Rose 2022-05-01 10:15:53 -06:00
parent b862411fd2
commit 78776e7ae5

View file

@ -176,6 +176,7 @@ class BotutilCog(Scale):
) )
table.add_row("Total", str(i_total), str(d_total), str(l_total)) table.add_row("Total", str(i_total), str(d_total), str(l_total))
self.logger.debug(table)
console = Console() console = Console()
with console.capture() as capture: with console.capture() as capture:
console.print(table) console.print(table)