Renamed default flow from 0000 to default

This commit is contained in:
Cyber MacGeddon 2025-05-24 12:26:45 +01:00
parent 3ed9274d84
commit 34fcb8f63d
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 unload_kg_core(url, user, id, flow):