chenjunkai 5 سال پیش
والد
کامیت
b270657c08
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Controller/DetectController.py

+ 1 - 0
Controller/DetectController.py

@@ -463,6 +463,7 @@ class NotificationView(View):
             else:
             else:
                 return response.json(404, res.reason)
                 return response.json(404, res.reason)
         except Exception as e:
         except Exception as e:
+            print(repr(e))
             return response.json(10, repr(e))
             return response.json(10, repr(e))
 
 
     def do_bulk_create_info(self, uaqs, n_time, channel, event_type, is_st, uid):
     def do_bulk_create_info(self, uaqs, n_time, channel, event_type, is_st, uid):