git.graph-it.com
/
graphit
/
controlpi-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58995c6
)
Bug fix: 'states' instead of 'sync states'.
author
Benjamin Braatz
<bb@bbraatz.eu>
Wed, 14 Jul 2021 02:27:44 +0000
(
04:27
+0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Wed, 14 Jul 2021 02:27:44 +0000
(
04:27
+0200)
controlpi_plugins/graph.py
patch
|
blob
|
history
diff --git
a/controlpi_plugins/graph.py
b/controlpi_plugins/graph.py
index 283c17ddac1616003430f6af98c2a2cb01e1aab9..f32f4cce67737ea34b77ce38418ec72fa0c7d79d 100644
(file)
--- a/
controlpi_plugins/graph.py
+++ b/
controlpi_plugins/graph.py
@@
-31,7
+31,7
@@
class Graph(BasePlugin):
await self._call('setze', [comessage_guid, 'comessage_ready',
True])
if ('state' in message and
- message['sender'] in self.conf['s
ync s
tates']):
+ message['sender'] in self.conf['states']):
self._states[message['sender']] = message['state']
async def _call(self, method, params):