Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit dd66dee

Browse files
Quick fix for menu
1 parent 81b7c54 commit dd66dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def run_menu() -> None:
124124
api.get_arbitrage(quantity)
125125

126126
if api.arbitrage_result:
127+
print(f'\n✅ Found these opportunities (qty: {quantity} WETH):\n')
127128
for result in api.arbitrage_result:
128-
print(f'\n✅ Found these opportunities (qty: {quantity} WETH):\n')
129129
print(f"🤑 Profit: ${result['arbitrage']} DAI")
130130
print(f"BUY: ${result['buy_price']} @ {result['buy_exchange']}")
131131
print(f"SELL: ${result['sell_price']} @ {result['sell_exchange']}\n")

0 commit comments

Comments
 (0)