Files
aaPanel/BT-Task
T
2025-12-02 12:17:46 +08:00

18 lines
540 B
Python

#!/www/server/panel/pyenv/bin/python
#coding: utf-8
# +-------------------------------------------------------------------
# | aaPanel
# +-------------------------------------------------------------------
# | Copyright (c) 2015-2099 aaPanel(www.aapanel.com) All rights reserved.
# +-------------------------------------------------------------------
# | Author: hwliang <hwl@aapanel.com>
# +-------------------------------------------------------------------
import os
os.chdir('/www/server/panel')
from BTTask import task
task.main()