This commit is contained in:
jomo
2015-01-07 01:39:41 +01:00
parent ef770dd145
commit e7c4eba51f

View File

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