Skip to content

Commit

Permalink
Decrease portfolio description
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Nov 16, 2023
1 parent a6fcfd5 commit c2fa029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/commands/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def remove(
if not rows.empty:
options = []
for i, (_, row) in enumerate(rows.iterrows()):
description = f"Exchange: {row['exchange']} Key: {row['key']} Secret: {row['secret']}"
description = f"Exchange: {row['exchange']}"
options.append(
SelectOption(
label=f"Portfolio {i+1} - {row['exchange']}",
Expand Down

0 comments on commit c2fa029

Please sign in to comment.