Skip to content

Commit

Permalink
Slightly changed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
kgillibrand committed Aug 23, 2016
1 parent 45b7063 commit 7a2f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piascript.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit 7a2f904

Please sign in to comment.