mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Resolve Conflicts
This commit is contained in:
parent
2d3ed3d8d6
commit
e3a816f851
6 changed files with 5 additions and 7 deletions
|
|
@ -48,7 +48,7 @@ def main():
|
|||
default=default_collection,
|
||||
help=f'Collection ID (default: {default_collection})'
|
||||
)
|
||||
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
try:
|
||||
|
|
@ -57,7 +57,6 @@ def main():
|
|||
url=args.api_url,
|
||||
user=args.user,
|
||||
collection=args.collection,
|
||||
pulsar_api_key=args.pulsar_api_key,
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue