From aa9df02521838a0645221f16b1538cf4478c2631 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Tue, 20 Feb 2024 23:24:27 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/update/views.py b/update/views.py index d40b355..3d7a79e 100644 --- a/update/views.py +++ b/update/views.py @@ -123,6 +123,7 @@ def update_cine(request): } cinema_update_status[cinema_ip] = copy.deepcopy(update_status) + print("ws调试", cinema_update_status) short_release = req.get('version') cmd_list = json.loads(req.get('cmd'))