Debug log results
This commit is contained in:
7
check.py
7
check.py
@@ -46,10 +46,11 @@ def get_website_data(player):
|
||||
curs.close()
|
||||
conn.close()
|
||||
if len(results) > 0:
|
||||
try:
|
||||
print (results) #Test
|
||||
try:
|
||||
return {
|
||||
"link": "http://redstoner.com/users/%s" % str(results[0]),
|
||||
"email": str(results[1])
|
||||
"link": "http://redstoner.com/users/%s" % results[0],
|
||||
"email": results[1]
|
||||
}
|
||||
except:
|
||||
print "failed returning!"
|
||||
|
||||
Reference in New Issue
Block a user