Log table to console
This commit is contained in:
parent
b862411fd2
commit
78776e7ae5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue