Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
small layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Feb 17, 2024
1 parent e56187a commit 9403761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ def signals():
except Exception as error:
return str(error), 400

# Convert list of algorithms into {name: signal}
algorithms = get_algorithms()

base = dict(map(lambda x: algorithm_output(*x), zip(algorithms, [prices] * len(algorithms))))

# @TODO replace amount with user specified max instead of 10
Expand Down

0 comments on commit 9403761

Please sign in to comment.