From 94037614a68b3130955dad633a1e01d3c3bfc622 Mon Sep 17 00:00:00 2001 From: CelestialCrafter Date: Sat, 17 Feb 2024 17:58:48 -0600 Subject: [PATCH] small layout changes --- src/views/signals.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/signals.py b/src/views/signals.py index 69b20be..fa85a8f 100644 --- a/src/views/signals.py +++ b/src/views/signals.py @@ -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