Doc + working live

This commit is contained in:
l_samenv
2024-09-13 16:40:06 +02:00
parent 45e1957fd7
commit 638f77a047
2 changed files with 3 additions and 3 deletions

View File

@ -151,9 +151,6 @@ class InfluxGraph:
{"type":"accept-graph", "live": bool} : a dict with its "accept-graph" type and a "live" value telling if the server could change its visualization mode to live
"""
logging.info("UPD GRAPH %d", self.livemode)
# DISABLE LIVE UPDATE FOR THE MOMENT
self.livemode = self.HISTORICAL
return dict(type='accept-graph', live=False)
if self.livemode == self.HISTORICAL:
return dict(type='accept-graph', live=False)
else: