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: