summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-07 01:39:41 +0100
committerjomo <github@jomo.tv>2015-01-07 01:39:41 +0100
commite7c4eba51f77e71d991e03e828fc29de425aa1d0 (patch)
treec7ce80546b47409726f862570a5e08a5ee25024b /check.py
parentef770dd145422fc6ad97944b6e51888cad50fdd6 (diff)
oops
Diffstat (limited to 'check.py')
-rw-r--r--check.py1
1 files changed, 0 insertions, 1 deletions
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],