Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Co-authored-by: Herklos <[email protected]>
  • Loading branch information
ruidazeng and Herklos authored Oct 18, 2024
1 parent 05e5b00 commit dc6545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrage_opportunity/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ async def get_exchange_last_prices(exchange_name, ignored_symbols, whitelisted_s

async def run_detection(exchange_name, ignored_symbols=None, whitelisted_symbols=None):
last_prices = await get_exchange_last_prices(exchange_name, ignored_symbols or [], whitelisted_symbols)
best_opportunity, best_profit = get_best_opportunity(last_prices) # default is best opportuinty for all cycles
best_opportunity, best_profit = get_best_opportunity(last_prices) # default is best opportunity for all cycles
return best_opportunity, best_profit

0 comments on commit dc6545e

Please sign in to comment.