diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-18 18:04:28 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-18 18:04:28 +0200 |
commit | f81e93b0bf2fbce41cab5bc43c7689bbfa453c3a (patch) | |
tree | f9d009b18a00e4dfedf67275d9a4617dadb921d8 /strategy.py | |
parent | 48d6950cbbc2eec66d557861c5507b31bbf3c0e8 (diff) | |
parent | 1abc1581137fe968fb94f89810ac8563afbfd800 (diff) |
Merge branch 'master' into strategy-reworkstrategy-rework
Diffstat (limited to 'strategy.py')
-rw-r--r-- | strategy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/strategy.py b/strategy.py index da50f9a..d8efe4e 100644 --- a/strategy.py +++ b/strategy.py @@ -150,6 +150,4 @@ 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 |