Skip to content

Commit

Permalink
right align values
Browse files Browse the repository at this point in the history
  • Loading branch information
madnight committed Dec 15, 2023
1 parent 29b4d13 commit e9be710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def read_config_file(filename):
})

# Print the data in a table format using tabulate
print(tabulate(extracted_data, headers="keys", tablefmt="simple_outline"))
print(tabulate(extracted_data, headers="keys", stralign="right", tablefmt="simple_outline"))

0 comments on commit e9be710

Please sign in to comment.