Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/visualmatch.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-12-05 16:37:22 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-12-05 16:37:22 (GMT)
commite36e067ab3559cfc06689fc7d273eb606800b3f4 (patch)
tree06bbe5a9884bef69fd0a169819ecb42e611d5650 /visualmatch.py
parent708687fb37db5d61ddcffc16199fc8130d07b2d1 (diff)
using constants
Diffstat (limited to 'visualmatch.py')
-rwxr-xr-xvisualmatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/visualmatch.py b/visualmatch.py
index 44902d4..270c9fb 100755
--- a/visualmatch.py
+++ b/visualmatch.py
@@ -89,7 +89,6 @@ class VisualMatchMain:
self.tw.low_score = int(s[1])
print "low score is: %d" % (self.tw.low_score)
except:
- print "low score is: %d" % (self.tw.low_score)
self.tw.low_score = -1
def save_score(self):