chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
195ced0068
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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']