Skip to content

Commit 8a20749

Browse files
committed
Update examples again.
1 parent 80f7c4f commit 8a20749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protocol/test_netstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, sender):
6464
def netstringReceived(self, s):
6565
self.netstrings.append(s)
6666

67-
def prepareParsing(self):
67+
def prepareParsing(self, parser):
6868
self.connected = True
6969

7070
def finishParsing(self, reason):

0 commit comments

Comments
 (0)