From f8c25e5a3b184c842d0c89e6910867f40f833afa Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 19 Jan 2014 16:30:42 -0800 Subject: [PATCH] fix foodforus --- modules/foodforus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/foodforus.py b/modules/foodforus.py index 5dbf281..e9266ef 100644 --- a/modules/foodforus.py +++ b/modules/foodforus.py @@ -65,7 +65,7 @@ def foodvote(phenny, input): try: req = web.post(API_URL + '/vote', postdata) - data = json.loads(req.text) + data = json.loads(req) except: raise GrumbleError("Uh oh, I couldn't contact foodforus. HOW WILL WE "\ "EAT NOW‽")