From 80447bdc2aa33b9ad8d59af3b5d362aadafbd9a1 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 22 Sep 2024 22:12:51 +0200 Subject: [PATCH] depublish more hotfix --- voctopublish/depublish.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/voctopublish/depublish.py b/voctopublish/depublish.py index 2f26ab4..be4c815 100755 --- a/voctopublish/depublish.py +++ b/voctopublish/depublish.py @@ -244,6 +244,8 @@ def _depublish_from_youtube(self): yt = YoutubeAPI( self.ticket, + None, + self.config, self.config["youtube"]["client_id"], self.config["youtube"]["secret"], )