From 37652039908ea7e718724ea350894166150dc652 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 12 Mar 2026 09:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/views.py b/update/views.py index ee6ca54..7be1a3c 100644 --- a/update/views.py +++ b/update/views.py @@ -53,7 +53,7 @@ class CinemaViewSet(CacheResponseMixin, viewsets.ModelViewSet): # filter_fields = ('ip',) filterset_fields = ('ip',) GetVersion().main_process() # 修改数据model时需要注释调 - ClientUtilCustom().sync_client_db() + # ClientUtilCustom().sync_client_db() @action(methods=['get'], detail=False) @method_decorator(cache_page(60 * 1))