mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Flow class -> flow blueprint
This commit is contained in:
parent
a2645cf69d
commit
abecae0b76
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ default_token = os.getenv("TRUSTGRAPH_TOKEN", None)
|
|||
|
||||
def get_interface(config_api, i):
|
||||
|
||||
key = ConfigKey("interface-descriptions", i)
|
||||
key = ConfigKey("interface-description", i)
|
||||
|
||||
value = config_api.get([key])[0].value
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ def show_flows(url, token=None):
|
|||
config_api = api.config()
|
||||
flow_api = api.flow()
|
||||
|
||||
interface_names = config_api.list("interface-descriptions")
|
||||
interface_names = config_api.list("interface-description")
|
||||
|
||||
interface_defs = {
|
||||
i: get_interface(config_api, i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue