Bump version, update templates

This commit is contained in:
Cyber MacGeddon 2024-09-30 16:15:54 +01:00
parent e4e34dc2d6
commit d76a32f5ef
69 changed files with 411 additions and 411 deletions

View file

@ -6,7 +6,7 @@ Connects to the graph query service and dumps all graph edges.
import argparse
import os
from trustgraph.core.clients.triples_query_client import TriplesQueryClient
from trustgraph.clients.triples_query_client import TriplesQueryClient
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')