diff --git a/update/views.py b/update/views.py index 8ae9551..bf39c2f 100644 --- a/update/views.py +++ b/update/views.py @@ -53,8 +53,8 @@ class CinemaViewSet(CacheResponseMixin, viewsets.ModelViewSet): # filter_fields = ('ip',) filterset_fields = ('ip',) GetVersion().main_process() # 修改数据model时需要注释调 - client_custom = ClientUtilCustom() - client_custom.sync_client_db() + # client_custom = ClientUtilCustom() + # client_custom.sync_client_db() @action(methods=['get'], detail=False) @method_decorator(cache_page(60 * 1))