diff options
| author | liris <liris.pp@gmail.com> | 2013-08-02 12:22:25 +0900 |
|---|---|---|
| committer | liris <liris.pp@gmail.com> | 2013-08-02 12:22:25 +0900 |
| commit | 77447fc7a4eaa365238aa134696d252e488f4e76 (patch) | |
| tree | 6e7bd27a35c8ffd5ededea448d51ad478f31f00d /bin/wsdump.py | |
| parent | 886ab61e11d2cc138d6a75f0306d61a486a09f3d (diff) | |
| download | websocket-client-77447fc7a4eaa365238aa134696d252e488f4e76.tar.gz | |
- fixed #42
Diffstat (limited to 'bin/wsdump.py')
| -rwxr-xr-x | bin/wsdump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wsdump.py b/bin/wsdump.py index eae6e15..9cc5f03 100755 --- a/bin/wsdump.py +++ b/bin/wsdump.py @@ -75,7 +75,7 @@ def main(): ws.pong("Hi!") return frame.opcode, frame.data - return None, None + return frame.opcode, frame.data def recv_ws(): |
