This commit is contained in:
xyj 2023-12-21 09:14:35 +08:00
parent b73aa0beb9
commit 1626dac829
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ def push_stream():
MQTT.start() MQTT.start()
MQTT.push() MQTT.push()
except Exception as e: except Exception as e:
print(e) # print(e)
pass pass
@ -58,7 +58,7 @@ def close_stream():
MQTT.start() MQTT.start()
MQTT.close() MQTT.close()
except Exception as e: except Exception as e:
print(e) # print(e)
pass pass