Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
common_scripy
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
0
Merge Requests
0
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
吴升宇
common_scripy
Commits
a7096aea
Commit
a7096aea
authored
Feb 07, 2021
by
吴升宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add readme
parent
66ce2372
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
readme.md
readme.md
+4
-0
data_sync_alert.py
scripies/data_sync_alert.py
+2
-1
No files found.
readme.md
0 → 100644
View file @
a7096aea
python: 3.6
部署async001 通过crontab部署
\ No newline at end of file
scripies/data_sync_alert.py
View file @
a7096aea
...
...
@@ -65,7 +65,8 @@ def main():
webhook
=
'https://oapi.dingtalk.com/robot/send?access_token={}'
.
format
(
"1475fb9e6beff63126fef5464a378b6b77fa8655933a407d8159a2a2b1b8c869"
)
xiaoding
=
DingtalkChatbot
(
webhook
)
at_mobiles
=
[
"17794411132"
,
"15624986543"
]
# at_mobiles = ["17794411132", "15624986543"]
at_mobiles
=
[]
xiaoding
.
send_text
(
msg
=
msg
,
at_mobiles
=
at_mobiles
)
...
...
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