mirror of https://github.com/vacp2p/wakurtosis.git
Created enr template method
This commit is contained in:
parent
457ea8855f
commit
7fbc855aff
|
@ -32,3 +32,9 @@ def get_prometheus_template():
|
|||
"""
|
||||
|
||||
return template
|
||||
|
||||
|
||||
def get_enr_template():
|
||||
template = "{{.enr}}"
|
||||
|
||||
return template
|
Loading…
Reference in New Issue