Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rezytijo committed Nov 5, 2023
1 parent 2fb4ed0 commit 50f5f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ def init_table(name: str = "GENSHIN") -> Table:
table = Table(title=title, title_style="bold", header_style="bold", expand=True)

table.add_column("UID", justify="center", style="dim")
table.add_column("Account Name", justify="center")
table.add_column("Username", justify="center")
table.add_column("Lvl", justify="center")
table.add_column("Server", justify="center")
table.add_column("Number of Days", justify="center")
table.add_column("Days", justify="center")
table.add_column("Status", justify="right")
table.add_column("Compensation", justify="right", style="green")

Expand Down

0 comments on commit 50f5f12

Please sign in to comment.