From 8c5a457ca15e3a24a77c6213a4b43925648f21d1 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 6 Aug 2021 14:52:09 -0600 Subject: [PATCH] lf_dash.py : update to comment Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_dash.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py-scripts/tools/lf_dash.py b/py-scripts/tools/lf_dash.py index 1cf62070..cff5bfa6 100755 --- a/py-scripts/tools/lf_dash.py +++ b/py-scripts/tools/lf_dash.py @@ -168,6 +168,9 @@ class csv_sqlite_dash(): style={'color':'#00361c','text-align':'left'}), ]) + # save as standalone files + #https://plotly.com/python/static-image-export/ + if self.server_started: print("refresh complete") pass