Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Oct 5, 2023
1 parent 5927293 commit ef0d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxsp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def get_info(self):
the exchange name and the account information.
:rtype: str
"""
version_info = f"ℹ️ {__version__}\n"
version_info = f"ℹ️ {type(self).__name__} {__version__}\n"
client_info = "".join(
f"💱 {client.name}\n🪪 {client.account}\n" for client in self.clients
)
Expand Down

0 comments on commit ef0d7d0

Please sign in to comment.