chenjunkai 6 years ago
parent
commit
195ced0068
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/DetectController.py

+ 1 - 0
Controller/DetectController.py

@@ -108,6 +108,7 @@ class DetectControllerView(View):
                 # 列表装载回放时间戳标记
                 vodqs = VodHlsModel.objects.filter(uid=uid, channel=channel, time=int(eventTime)) \
                     .values("bucket__bucket", "bucket__endpoint")
+                print(vodqs)
                 if vodqs.exists():
                     bucket_name = vodqs[0]['bucket__bucket']
                     endpoint = vodqs[0]['bucket__endpoint']