lang 4 năm trước cách đây
mục cha
commit
de507d4ca1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controller/deviceStatus.py

+ 1 - 0
controller/deviceStatus.py

@@ -107,6 +107,7 @@ class deviceStatus(TemplateView):
         alexAuth = AlexaAuthModel.objects.filter(userID=userID)
         if not alexAuth.exists():
             logger.info('not found user')
+            logger.info(UID)
             return JsonResponse({'code':102,'msg':'not found user'})
         info = alexAuth.values()
         expiresTime = info[0]['expiresTime']