Skip to content

Commit a8721a8

Browse files
author
Yamashita Yuu
committed
updated README. fixed broken sample server.
1 parent 98cf24a commit a8721a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MessagePack RPC implementation based on Tornado.
1010
import msgpackrpc
1111

1212
class SumServer:
13-
def sum(x, y):
13+
def sum(self, x, y):
1414
return x + y
1515

1616
server = msgpackrpc.Server(SumServer())

0 commit comments

Comments
 (0)