update
This commit is contained in:
parent
b73aa0beb9
commit
1626dac829
4
test.py
4
test.py
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue