add todo
This commit is contained in:
parent
bcfabba038
commit
308d9f5abd
1 changed files with 1 additions and 0 deletions
|
@ -1922,6 +1922,7 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
||||||
else:
|
else:
|
||||||
return self._render_response(None, BAD_REQUEST)
|
return self._render_response(None, BAD_REQUEST)
|
||||||
|
|
||||||
|
# TODO: have ui accept the actual outputs
|
||||||
def _clean(n):
|
def _clean(n):
|
||||||
t = []
|
t = []
|
||||||
for i in n:
|
for i in n:
|
||||||
|
|
Loading…
Reference in a new issue