tanghongbin 5 år sedan
förälder
incheckning
812e6bf096
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Controller/UserController.py

+ 0 - 1
Controller/UserController.py

@@ -2961,7 +2961,6 @@ class UserAppFrequencyView(TemplateView):
             return response.json(404)
             return response.json(404)
 
 
     def do_refresh(self, request_dict, userID, response):
     def do_refresh(self, request_dict, userID, response):
-        # return response.json(0)
         type = request_dict.get('type', None)
         type = request_dict.get('type', None)
         month = request_dict.get('month', None)
         month = request_dict.get('month', None)
         if not type or not month:
         if not type or not month: