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],