Skip to content

Commit

Permalink
fix: Show datacenter in subscriber info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Jun 16, 2024
1 parent c6e9e69 commit 10d44ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hetznerbot/helper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def get_subscriber_info(subscriber):
table.add_row(["release_date", f"{subscriber.release_date}"])
table.add_row(["multi_rating", f"{subscriber.multi_rating}"])
table.add_row(["single_rating", f"{subscriber.single_rating}"])
table.add_row(["datacenter", f"{subscriber.datacenter}"])
table.add_row(["IPv4", f"{subscriber.ipv4}"])
table.add_row(["ecc", f"{subscriber.ecc}"])
table.add_row(["inic", f"{subscriber.inic}"])
Expand Down

0 comments on commit 10d44ae

Please sign in to comment.