#!/bin/bash

set -xe

python feed_ingestion/bin/exec_flows.py vevo --skip $SKIP --days $DAYS --check-status --context "{\"licensor\": \"$LICENSOR\"}"

