We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b50a commit c844933Copy full SHA for c844933
videodb/rtstream.py
@@ -28,7 +28,6 @@ def get_scene_index(self, page=1, page_size=100):
28
f"{ApiPath.rtstream}/{self.rtstream_id}/{ApiPath.index}/{ApiPath.scene}/{self.rtstream_index_id}",
29
params={"page": page, "page_size": page_size},
30
)
31
- print(index_data)
32
if not index_data:
33
return None
34
return {
0 commit comments