5 Commits

Author SHA1 Message Date
1818308508 fix: grafana error 7 (#30) 2023-08-07 16:31:25 +08:00
7866e6cbbf fix: grafana error 6 (#29) 2023-08-07 16:27:19 +08:00
a34e1c7d0b fix: grafana error 5 (#28) 2023-08-07 16:23:29 +08:00
b6659976fb fix: grafana error 4 (#27) 2023-08-07 16:15:22 +08:00
6c059ac19d fix: grafana error 3 (#26) 2023-08-07 16:05:46 +08:00
2 changed files with 3 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
"links": [],
"liveNow": false,
"panels": [
% for grafana_dict in grafana_list:
% for grafana_dict in grafana_list:
{
"aliasColors": {},
"bars": false,
@@ -115,12 +115,8 @@
"yaxis": {
"align": false
}
% if ${loop.index} == len(grafana_list):
}
% else:
},
% endif
% endfor
% endfor
],
"refresh": "3s",
"schemaVersion": 36,

View File

@@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='namekoplus',
version='0.4.16',
version='0.4.22',
description='A lightweight Python distributed microservice solution',
long_description=long_description,
long_description_content_type='text/markdown',