def sonarr(): from slack_posting import postMsg postMsg(request.values, 'bots') return "ok" # API Stuff