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:
53e3eca
)
Bugfix: Forgot one _messages.
author
Benjamin Braatz
<bb@bbraatz.eu>
Sun, 25 May 2025 20:58:36 +0000
(22:58 +0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Sun, 25 May 2025 20:58:36 +0000
(22:58 +0200)
controlpi_plugins/graph.py
patch
|
blob
|
history
diff --git
a/controlpi_plugins/graph.py
b/controlpi_plugins/graph.py
index 2c43c13c7b56faca7242b72689f7d5ad080aa807..4d7b56c998e26b32ef5a89472f4d0cb8b196dca5 100644
(file)
--- a/
controlpi_plugins/graph.py
+++ b/
controlpi_plugins/graph.py
@@
-59,7
+59,7
@@
class Graph(BasePlugin):
try:
await self.send(messages)
except Exception as e:
- self.
_
messages.extend(messages)
+ self.messages.extend(messages)
print(f"Graph connection '{self.name}'"
f" to {self.conf['url']}:"
f" Exception in 'sync()': {e}")