From 7a2f90413f9f63f0bd916fb3c9da1620a0a1c243 Mon Sep 17 00:00:00 2001 From: Kieran Gillibrand Date: Tue, 23 Aug 2016 02:54:59 -0400 Subject: [PATCH] Slightly changed debug message --- piascript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piascript.py b/piascript.py index db7e548..5efe92a 100755 --- a/piascript.py +++ b/piascript.py @@ -186,7 +186,7 @@ def forwardPort (credentials: dict, endpointURL: str, encoding: str, timeout: in nonHTTPResponse = urllib.parse.unquote (responseString) if DEBUG: - print ('Decoded API response as: \'%s\'' %encoding) + print ('Decoded API response bytes as: \'%s\'' %encoding) print ('API response JSON: \'%s\'' %responseString) print ()