Sparkline not working - Web UI not done

This commit is contained in:
nicolargo 2024-01-20 17:24:04 +01:00
parent 2d997ac36f
commit 92db000a75
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Sparkline(object):
def post_char(self):
return self.__post_char
def get(self):
def get(self, overwrite=''):
"""Return the sparkline."""
ret = sparklines(self.percents, minimum=0, maximum=100)[0]
if self.__with_text: