From e7c4eba51f77e71d991e03e828fc29de425aa1d0 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 7 Jan 2015 01:39:41 +0100 Subject: [PATCH] oops --- check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/check.py b/check.py index 07af04f..6dd0187 100644 --- a/check.py +++ b/check.py @@ -39,7 +39,6 @@ def get_website_data(player): results = curs.fetchall() curs.close() conn.close() - return results if len(results) > 0: return { "link": "http://redstoner.com/users/%s" % results[0],