chenjunkai преди 5 години
родител
ревизия
4f225ed597
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Controller/DetectController.py

+ 0 - 2
Controller/DetectController.py

@@ -40,12 +40,10 @@ class NotificationView(View):
 
     def get(self, request, *args, **kwargs):
         request.encoding = 'utf-8'
-        # operation = kwargs.get('operation')
         return self.validation(request.GET)
 
     def post(self, request, *args, **kwargs):
         request.encoding = 'utf-8'
-        # operation = kwargs.get('operation')
         return self.validation(request.POST)
 
     def validation(self, request_dict):