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 fba4daf commit 7a4866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def init_table(name: str = "GENSHIN") -> Table:
table.add_column("Server", justify="center")
table.add_column("Days", justify="center")
table.add_column("Status", justify="center")
table.add_column("Compensation", justify="center", style="green")
table.add_column("Reward", justify="center", style="green")

return table

Expand Down

0 comments on commit 7a4866a

Please sign in to comment.