fix:修改代码目录结构(1)

This commit is contained in:
chenwj113 2023-05-02 12:55:08 +08:00
parent 9a230fe294
commit 727da85755
2 changed files with 3 additions and 0 deletions

0
tasks/__init__.py Normal file
View File

View File

@ -1,3 +1,6 @@
import sys
sys.path.append("/root/documents/py_scripts")
import time import time
from schedule import every, repeat, run_pending from schedule import every, repeat, run_pending