Skip to content

Commit

Permalink
Update description in plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David00 committed Feb 6, 2023
1 parent 686f843 commit 533be9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpi_power_monitor/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import plotly.graph_objs as go
from plotly.subplots import make_subplots

# This package is imported by power-monitor.py
# plot_data will be called when power-monitor.py is started in debug mode.
# See the documentation for more information about debug mode.
# This package is imported by power-monitor.py and is used to create interactive HTML plots of the raw data collected by the power monitor.

webroot = '/var/www/html'

Expand Down

0 comments on commit 533be9b

Please sign in to comment.