Skip to content

Commit f88f4e1

Browse files
Update startup_scripts/290_webhooks.py
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
1 parent 95f4d78 commit f88f4e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

startup_scripts/290_webhooks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ def get_content_type_id(content_type_str):
2525
webhook.save()
2626
webhook.content_types.set(obj_type_ids)
2727
print("🖥️ Created Webhook {0}".format(webhook.name))
28-
else:
29-
print("⚠️ Skipping Webhook {0}, already exists".format(webhook.name))

0 commit comments

Comments
 (0)