ironflock 1.0.4__tar.gz → 1.0.5__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.
- {ironflock-1.0.4/ironflock.egg-info → ironflock-1.0.5}/PKG-INFO +1 -1
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock/__init__.py +1 -1
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock/ironflock.py +1 -1
- {ironflock-1.0.4 → ironflock-1.0.5/ironflock.egg-info}/PKG-INFO +1 -1
- {ironflock-1.0.4 → ironflock-1.0.5}/setup.py +1 -1
- {ironflock-1.0.4 → ironflock-1.0.5}/LICENSE +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/MANIFEST.in +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/README.md +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock/AutobahnConnection.py +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock.egg-info/SOURCES.txt +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock.egg-info/dependency_links.txt +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock.egg-info/requires.txt +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/ironflock.egg-info/top_level.txt +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/pyproject.toml +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/requirements.txt +0 -0
- {ironflock-1.0.4 → ironflock-1.0.5}/setup.cfg +0 -0
|
@@ -127,7 +127,7 @@ class IronFlock:
|
|
|
127
127
|
res = await self._session.call('ironflock.location_service.update', payload, **extra)
|
|
128
128
|
return res
|
|
129
129
|
|
|
130
|
-
async def register_function(self, topic: str, func
|
|
130
|
+
async def register_function(self, topic: str, func):
|
|
131
131
|
"""Registers a function to be called when a message is received on the given topic.
|
|
132
132
|
|
|
133
133
|
Args:
|
|
@@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
12
|
name="ironflock",
|
|
13
|
-
version="1.0.
|
|
13
|
+
version="1.0.5",
|
|
14
14
|
description="SDK to integrate your IronFlock Industry 4 Apps with the IronFlock Data Infrastructure",
|
|
15
15
|
long_description=long_description,
|
|
16
16
|
long_description_content_type="text/markdown",
|
|
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
|