Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integrated-scheduling-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张晓彤
integrated-scheduling-v3
Commits
e2c353b6
Commit
e2c353b6
authored
May 20, 2025
by
Allvey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
启动脚本取消二次调度
parent
94bef5ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
para_config.py
data/para_config.py
+10
-0
No files found.
data/para_config.py
View file @
e2c353b6
...
...
@@ -31,6 +31,16 @@ logger = get_logger("zxt.para")
global_dict
=
{}
json_file
=
"config.json"
with
open
(
json_file
,
encoding
=
'UTF-8'
)
as
f
:
para_config
=
json
.
load
(
f
)[
"para"
]
# 挖机装载时间
loading_time
=
para_config
[
"loading_time"
]
# 卸载点写在时间
unloading_time
=
para_config
[
"unloading_time"
]
def
get_value
(
name
):
return
global_dict
[
name
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment