Start/stop of processing is working

This commit is contained in:
Cyber MacGeddon 2025-05-05 11:06:27 +01:00
parent 573f14e67b
commit 466e020e53
3 changed files with 20 additions and 11 deletions

View file

@ -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():