We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d092b0e commit 910d8c7Copy full SHA for 910d8c7
source/zimonGrafanaIntf.py
@@ -89,7 +89,7 @@ def __initializeTables(self):
89
break
90
# if no data returned because of the REST HTTP server is still starting, sleep and retry (max 3 times)
91
self.logger.warning(MSG['NoDataStartNextAttempt'].format(attempt, MAX_ATTEMPTS_COUNT))
92
- sleep(5)
+ sleep(5)
93
else:
94
foundItems = len(self.metaData.allParents) - 1
95
sensors = self.metaData.sensorsSpec.keys()
0 commit comments