Commit 81a0e91
TAKANO Mitsuhiro
python: fix echoserver working on Python 2.7.2
see also msgpack-rpc/msgpack-rpc#45
Traceback (most recent call last):
File "echoserver.py", line 51, in <module>
print "Serving on localhost:%d\n" % (port,)
TypeError: %d format: a number is required, not tuple1 parent 8f9f9d5 commit 81a0e91
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments