Testing converting results to string
This commit is contained in:
4
check.py
4
check.py
@@ -48,8 +48,8 @@ def get_website_data(player):
|
|||||||
if len(results) > 0:
|
if len(results) > 0:
|
||||||
try:
|
try:
|
||||||
return {
|
return {
|
||||||
"link": "http://redstoner.com/users/%s" % results[0],
|
"link": "http://redstoner.com/users/%s" % str(results[0]),
|
||||||
"email": results[1]
|
"email": str(results[1])
|
||||||
}
|
}
|
||||||
except:
|
except:
|
||||||
print "failed returning!"
|
print "failed returning!"
|
||||||
|
|||||||
Reference in New Issue
Block a user