# -*- coding: utf-8 -*- from subprocess import * while 1: cmd = ['python', 'bot.py'] call(cmd)