Prechádzať zdrojové kódy

fix:
。。。。。。

chenjunkai 5 rokov pred
rodič
commit
4f225ed597
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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):