From d23691f98c9e421a05db0519e8a19388db3a97be Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 5 Jun 2015 12:04:40 +1200 Subject: Improve websocket logging --- libpathod/pathoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpathod/pathoc.py') diff --git a/libpathod/pathoc.py b/libpathod/pathoc.py index f7268193..cb954e15 100644 --- a/libpathod/pathoc.py +++ b/libpathod/pathoc.py @@ -347,8 +347,8 @@ class Pathoc(tcp.TCPClient): """ Performs a single request. - r: A language.http.Request object, or a string representing one - request. + r: A language.message.Messsage object, or a string representing + one. Returns Response if we have a non-ignored response. -- cgit v1.2.3