oops
This commit is contained in:
1
check.py
1
check.py
@@ -39,7 +39,6 @@ def get_website_data(player):
|
|||||||
results = curs.fetchall()
|
results = curs.fetchall()
|
||||||
curs.close()
|
curs.close()
|
||||||
conn.close()
|
conn.close()
|
||||||
return results
|
|
||||||
if len(results) > 0:
|
if len(results) > 0:
|
||||||
return {
|
return {
|
||||||
"link": "http://redstoner.com/users/%s" % results[0],
|
"link": "http://redstoner.com/users/%s" % results[0],
|
||||||
|
|||||||
Reference in New Issue
Block a user