From f88f4e15790f2753d0f043f6ddda7b8e72bef46b Mon Sep 17 00:00:00 2001 From: Schylar Utley Date: Wed, 20 Jan 2021 15:47:53 -0600 Subject: [PATCH] Update startup_scripts/290_webhooks.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Mäder --- startup_scripts/290_webhooks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/startup_scripts/290_webhooks.py b/startup_scripts/290_webhooks.py index 315cf44..8fc924e 100644 --- a/startup_scripts/290_webhooks.py +++ b/startup_scripts/290_webhooks.py @@ -25,5 +25,3 @@ for hook in webhooks: webhook.save() webhook.content_types.set(obj_type_ids) print("🖥️ Created Webhook {0}".format(webhook.name)) - else: - print("⚠️ Skipping Webhook {0}, already exists".format(webhook.name))