Show More
@@ -153,7 +153,7 b' future = peer.future' | |||||
153 |
|
153 | |||
154 | def decodelist(l, sep=' '): |
|
154 | def decodelist(l, sep=' '): | |
155 | if l: |
|
155 | if l: | |
156 |
return |
|
156 | return [bin(v) for v in l.split(sep)] | |
157 | return [] |
|
157 | return [] | |
158 |
|
158 | |||
159 | def encodelist(l, sep=' '): |
|
159 | def encodelist(l, sep=' '): |
General Comments 0
You need to be logged in to leave comments.
Login now