summaryrefslogtreecommitdiff
path: root/strategy.py
diff options
context:
space:
mode:
Diffstat (limited to 'strategy.py')
-rw-r--r--strategy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/strategy.py b/strategy.py
index d8efe4e..da50f9a 100644
--- a/strategy.py
+++ b/strategy.py
@@ -150,4 +150,6 @@ class Strategy:
gui.draw_text(self.target, str(round(zipped[0][1], 2)), (0,0,0), draw_centered = True)
+ gui.draw_text(self.target, str(round(zipped[0][1], 2)), (0,0,0), draw_centered = True)
+
return self.target