From b56dc29a44a7d517de9cec1079146ddba1f55d85 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Mon, 2 Mar 2026 16:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=96=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))