def cron_accept_invitations()

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


def cron_accept_invitations():
    invitations.accept_invitations()
    return 'done'