h
This commit is contained in:
@@ -191,10 +191,10 @@ class HTTPClient:
|
||||
if not is_debug_enabled():
|
||||
return
|
||||
try:
|
||||
from rich.table import Table
|
||||
from rich.table import Table as RichTable
|
||||
from rich.panel import Panel
|
||||
|
||||
grid = Table.grid(padding=(0, 1))
|
||||
grid = RichTable.grid(padding=(0, 1))
|
||||
grid.add_column("Key", style="cyan", no_wrap=True)
|
||||
grid.add_column("Value")
|
||||
for key, val in rows:
|
||||
|
||||
Reference in New Issue
Block a user