summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-10 22:26:49 +0100
committerjomo <github@jomo.tv>2015-01-10 22:26:49 +0100
commitf9c6df58c595039f67eee5985b88d95f5cfbd1ab (patch)
treec2a2697df491cef9dfd60cfa198b687e24c5e844 /check.py
parentc6dd5ce4a982bb50e6b155501072889149dec756 (diff)
remove tab
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 7400cb0..b5bcba5 100644
--- a/check.py
+++ b/check.py
@@ -40,7 +40,7 @@ def get_website_data(player):
curs.close()
conn.close()
if len(results) == 1:
- if len(results[0]) == 2:
+ if len(results[0]) == 2:
return {
"link": "http://redstoner.com/users/%s" % results[0][0],
"email": results[0][1]