chanjunkai 5 년 전
부모
커밋
7f494a943d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controller/index.py

+ 1 - 0
controller/index.py

@@ -348,6 +348,7 @@ class oa2RtspStartView(TemplateView):
             if res['code'] == 200:
                 return True
         except Exception as e:
+            logger.info('------------except__e-------------')
             logger.info(e)
         return False
         # try: