fix:修改代码目录结构(1)
This commit is contained in:
parent
9a230fe294
commit
727da85755
|
|
@ -1,3 +1,6 @@
|
|||
import sys
|
||||
sys.path.append("/root/documents/py_scripts")
|
||||
|
||||
import time
|
||||
|
||||
from schedule import every, repeat, run_pending
|
||||
Loading…
Reference in New Issue