def cron_create_webhooks()

in webhook-app/main.py [0:0]


def cron_create_webhooks():
    webhook_creator.create_webhooks()
    return 'done'