Commit e9a7b961 authored by jichao's avatar jichao

修改配置文件

parent 480a86c8
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
*.xlsx *.xlsx
*.zip *.zip
*.log *.log
*.env
/venv/ /venv/
/logs /logs
/excels /excels
\ No newline at end of file
This diff is collapsed.
from dotenv import load_dotenv
load_dotenv()
from py_jftech import autowired from py_jftech import autowired
from api import RoboExecutor from api import RoboExecutor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment