mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-09 13:22:10 +02:00
Fix/queue configurations (#585)
* Fix config-svc startup dupe CLI args * Fix missing params on collection service * Fix collection management handling
This commit is contained in:
parent
ba95fa226b
commit
39f6a8b940
8 changed files with 59 additions and 63 deletions
|
|
@ -31,7 +31,6 @@ def set_collection(url, user, collection, name, description, tags, token=None):
|
|||
table.append(("Name", result.name))
|
||||
table.append(("Description", result.description))
|
||||
table.append(("Tags", ", ".join(result.tags)))
|
||||
table.append(("Updated", result.updated_at))
|
||||
|
||||
print(tabulate.tabulate(
|
||||
table,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue