Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
钉
钉钉群通知
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yaozheng
钉钉群通知
Commits
10a26100
Commit
10a26100
authored
Nov 02, 2020
by
yz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加流量线测试群提醒
parent
a3a1b41d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
sendLiuliangMessage.py
sender/sendLiuliangMessage.py
+8
-0
No files found.
sender/sendLiuliangMessage.py
View file @
10a26100
import
os
import
sys
# 把项目的根目录通过sys.path.append添加为执行时的环境变量
current_directory
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
root_path
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
current_directory
)
+
os
.
path
.
sep
+
"."
)
sys
.
path
.
append
(
root_path
)
from
servers.ddMessageServer
import
DDMessage
from
servers.ddMessageServer
import
DDMessage
import
time
import
time
...
...
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