.decode() string for sqlite
This commit is contained in:
parent
cb9b320ed7
commit
e175e43082
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Publisher(object):
|
|||
|
||||
# check if we have a file already for this claim (if this is a publish update with a new stream)
|
||||
old_stream_hashes = yield self.storage.get_old_stream_hashes_for_claim_id(
|
||||
tx.get_claim_id(0), self.lbry_file.stream_hash
|
||||
tx.get_claim_id(0).decode(), self.lbry_file.stream_hash
|
||||
)
|
||||
if old_stream_hashes:
|
||||
for lbry_file in filter(lambda l: l.stream_hash in old_stream_hashes,
|
||||
|
|
Loading…
Reference in a new issue