From a4a6ebda62fc80a98ea231c3d0e234eae0705991 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Wed, 21 Feb 2024 08:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E7=BA=BF=E4=B8=8A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= 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 912eb97..a0d5a72 100644 --- a/update/views.py +++ b/update/views.py @@ -232,7 +232,7 @@ def update_cine(request): cinema_update_status[cinema_ip]['config']['msg'] = config_before_output + '
' + str(e) return JsonResponse({'result': 'fail', 'ip': cinema_ip, 'msg': str(e)}) d = redis_conn.get(f'cinema_update_status_{cinema_ip}') - print(d) + print("redis", d) # 传输客户端 client_list = list(set(cmd_list) & set(cmd_dict['client'])) if len(client_list) > 0: