fix: grafana error 2 (#25)
This commit is contained in:
parent
ac50af774d
commit
3641e7a1fa
|
@ -115,7 +115,7 @@
|
|||
"yaxis": {
|
||||
"align": false
|
||||
}
|
||||
if ${loop.index} == len(grafana_list):
|
||||
% if ${loop.index} == len(grafana_list):
|
||||
}
|
||||
% else:
|
||||
},
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||
|
||||
setup(
|
||||
name='namekoplus',
|
||||
version='0.4.15',
|
||||
version='0.4.16',
|
||||
description='A lightweight Python distributed microservice solution',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
Loading…
Reference in New Issue