From 1626dac8298c0bb3bed76372b0a98957a1e4b5ec Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Thu, 21 Dec 2023 09:14:35 +0800 Subject: [PATCH] update --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index ed4d050..447cec0 100644 --- a/test.py +++ b/test.py @@ -48,7 +48,7 @@ def push_stream(): MQTT.start() MQTT.push() except Exception as e: - print(e) + # print(e) pass @@ -58,7 +58,7 @@ def close_stream(): MQTT.start() MQTT.close() except Exception as e: - print(e) + # print(e) pass