Update startup_scripts/290_webhooks.py

Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
Schylar Utley 2021-01-20 15:47:53 -06:00 committed by GitHub
parent aca5910c2d
commit f1c9d40b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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