tanghongbin 5 lat temu
rodzic
commit
812e6bf096
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Controller/UserController.py

+ 0 - 1
Controller/UserController.py

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