fix
This commit is contained in:
parent
e8672dd308
commit
7bd38e9387
|
@ -45,7 +45,7 @@ class S:
|
||||||
docs = self.col_video.find({}, projection=prj)
|
docs = self.col_video.find({}, projection=prj)
|
||||||
for d in docs[:10]:
|
for d in docs[:10]:
|
||||||
vid = safe_get_int(d, "_id")
|
vid = safe_get_int(d, "_id")
|
||||||
src_id_h264 = safe_get_str(docs, d)
|
src_id_h264 = safe_get_str(d, "src_id_h264")
|
||||||
url = host + src_id_h264
|
url = host + src_id_h264
|
||||||
print(vid, url)
|
print(vid, url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue