Skip to content

Commit

Permalink
Testing Chart error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jul 25, 2024
1 parent c75913c commit 8e55b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jtop/gui/lib/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Chart(object):
"""

def __init__(self, jetson, name, callback, type_value=int, line="*", color_text=curses.COLOR_WHITE, color_chart=[], fill=True, time=10.0, tik=2):
logger.info(f"{Chart.COLOR_COUNTER}")
self._color_obj_counter = Chart.COLOR_COUNTER
self.jetson = jetson
self.name = name
Expand Down

0 comments on commit 8e55b45

Please sign in to comment.