lang 4 лет назад
Родитель
Сommit
de507d4ca1
1 измененных файлов с 1 добавлено и 0 удалено
  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']