This commit is contained in:
deathbybandaid 2022-01-25 08:13:16 -05:00
parent b900ca013e
commit 6ae5581e10

View File

@ -25,7 +25,7 @@ class Plugin_OBJ():
chunk_counter += 1 chunk_counter += 1
self.fhdhr.logger.debug("Reading Chunk #%s" % chunk_counter) self.fhdhr.logger.debug("Reading Chunk #%s" % chunk_counter)
chunk = vid_cap.read() ret, chunk = vid_cap.read()
if not chunk: if not chunk:
break break