@@ -564,6 +564,7 @@ class CloudStorageView(View):
if not uidToken or not storeTime or not sec:
return response.json(0)
pass
+ sec = int(sec)
UID = utko.UID
channel = utko.channel
print('UID:')
@@ -620,6 +620,7 @@ class CloudVodView(View):
return response.json(444, 'uidToken')
return response.json(444, 'uidToken,time,sec')
print(channel)