fix typo
This commit is contained in:
parent
289b40181c
commit
7ce60079d7
|
@ -88,7 +88,7 @@ def generate_stats(regen: bool = False):
|
|||
netdata_stats = {}
|
||||
|
||||
base_client_api = redis.get('base_client_api', str)
|
||||
proompters_5_min = redis.get('proompters_5_min', str)
|
||||
proompters_5_min = redis.get('proompters_5_min', int)
|
||||
|
||||
output = {
|
||||
'stats': {
|
||||
|
|
Reference in New Issue