summaryrefslogtreecommitdiff
path: root/strategy.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-18 00:50:13 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-18 00:50:13 +0200
commit48d6950cbbc2eec66d557861c5507b31bbf3c0e8 (patch)
treeb2f767571c2f016067a23d3bc9ea19faa9329274 /strategy.py
parentfc3ed2e3a4748c3168fd621ca96f98cc568f315d (diff)
parent57609975e0ea98c7152859ffd4c965c0879608ad (diff)
Merge branch 'master' into strategy-rework
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