#!/usr/bin/env python3

import subprocess

subprocess.run([
    '/var/www/python/intraday/venv/bin/python3',
    '/var/www/python/daily/5pm.py'
])
