diff --git a/check.py b/check.py index 9402ad1..ff40f7b 100644 --- a/check.py +++ b/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!"