From e44893638dec77a904ba433f94326b3b4b5c02e3 Mon Sep 17 00:00:00 2001 From: OwOHamper Date: Wed, 8 Jan 2025 20:16:38 +0100 Subject: [PATCH] Removed party column --- src/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table.py b/src/table.py index 342bddb8..d77f1213 100644 --- a/src/table.py +++ b/src/table.py @@ -26,7 +26,7 @@ def __init__(self, config, chatlog, log): self.log = log self.rich_table = RichTable() self.col_flags = [ - True, # Party + False, # Party True, # Agent True, # Name bool(config.table.get("skin", True)), # Skin