oocana 0.15.2__tar.gz → 0.15.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oocana
3
- Version: 0.15.2
3
+ Version: 0.15.3
4
4
  Summary: python implement of oocana to give a context for oocana block
5
5
  License: MIT
6
6
  Requires-Python: >=3.9
@@ -38,7 +38,6 @@ class Mainframe:
38
38
  def _setup_client(self):
39
39
  self.client = mqtt.Client(
40
40
  callback_api_version=CallbackAPIVersion.VERSION2,
41
- client_id=self.client_id,
42
41
  )
43
42
  self.client.logger = self._logger
44
43
  self.client.on_connect = self.on_connect
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "oocana"
3
- version = "0.15.2"
3
+ version = "0.15.3"
4
4
  description = "python implement of oocana to give a context for oocana block"
5
5
  dependencies = [
6
6
  "paho-mqtt>=2",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes