chanjunkai 5 gadi atpakaļ
vecāks
revīzija
7f494a943d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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: