Python模块化开发
#2284
Replies: 1 comment
-
|
你白名单只加一个 main.py 就会只添加一个 定时任务 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我有一个python项目刚好想放在青龙面板上跑,由于采用了模块化开发,有多个py文件,但是只有一个main.py为入口,使用git拉库的时候会把所有的模块文件都加入定时任务中,但是这些模块文件都不能运行,会导致定时任务看起来乱乱的,有没有什么好的方法
Beta Was this translation helpful? Give feedback.
All reactions