mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Start/stop of processing is working
This commit is contained in:
parent
573f14e67b
commit
466e020e53
3 changed files with 20 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ def stop_processing(
|
|||
|
||||
api = Api(url).library()
|
||||
|
||||
api.stop_processing(user, id)
|
||||
api.stop_processing(user = user, id = id)
|
||||
|
||||
def main():
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue