import datetime
import os


current_time = str(datetime.datetime.now())

path = "/var/www/html/yijizhang/ai/topstock/"
os.chdir(path)
os.system("python3 topgun.py >topgun.txt &")
print(current_time + " topgun.py")

