Skip to content

Commit

Permalink
Removed party column
Browse files Browse the repository at this point in the history
  • Loading branch information
OwOHamper committed Jan 8, 2025
1 parent 4721cf3 commit e448936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e448936

Please sign in to comment.