From 8ca2fa43941ac27137565b1c8dd471c12ae31c93 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 12 Mar 2026 09:15:49 +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 7be1a3c..ee6ca54 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))