tanghongbin 5 년 전
부모
커밋
812e6bf096
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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: