From f9c6df58c595039f67eee5985b88d95f5cfbd1ab Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 10 Jan 2015 22:26:49 +0100 Subject: [PATCH] remove tab --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]