forked from LBRYCommunity/lbry-sdk
raise NotImplementedError on StreamCreator._blob_finished (sanity check)
This commit is contained in:
parent
c53a189605
commit
1148a533bf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class StreamCreator(object):
|
|||
self.finished_deferreds = []
|
||||
|
||||
def _blob_finished(self, blob_info):
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
def registerProducer(self, producer, streaming):
|
||||
|
||||
|
|
Loading…
Reference in a new issue