Doc + working live
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user