From 1b3e492ee01c1c6601269a2d9b00eed36aaee3df Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 22 Sep 2024 23:34:03 +0200 Subject: [PATCH] depublish: more arguments for voctoweb --- voctopublish/depublish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/voctopublish/depublish.py b/voctopublish/depublish.py index dd67e75..d4ec0b2 100755 --- a/voctopublish/depublish.py +++ b/voctopublish/depublish.py @@ -185,6 +185,7 @@ def depublish(self): def _depublish_from_voctoweb(self): vw = VoctowebClient( self.ticket, + None, self.config["voctoweb"]["api_key"], self.config["voctoweb"]["api_url"], self.config["voctoweb"]["ssh_host"],