Renamed default flow from 0000 to default (#395)

This commit is contained in:
cybermaggedon 2025-05-24 12:27:56 +01:00 committed by GitHub
parent 3ed9274d84
commit ef34d951fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 34 additions and 34 deletions

View file

@ -13,7 +13,7 @@ from trustgraph.api import Api
import json
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
default_flow = "0000"
default_flow = "default"
default_collection = "default"
def load_kg_core(url, user, id, flow, collection):