Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wxScanck
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
wxScanck
Commits
689619fe
Commit
689619fe
authored
Aug 29, 2022
by
TesterYao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1f941649
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wx-cli-ck.py
wx-cli-ck.py
+2
-2
No files found.
wx-cli-ck.py
View file @
689619fe
...
...
@@ -69,9 +69,9 @@ if __name__ == '__main__':
if
k
.
find
(
'&'
)
>-
1
:
title
=
k
.
split
(
'&'
)[
0
]
phone
=
k
.
split
(
'&'
)[
1
]
send_messages
(
title
+
'被封
,被封链接为
:'
+
v
,
phone
)
send_messages
(
title
+
'被封:'
+
v
,
phone
)
else
:
send_messages
(
k
+
'被封
,被封链接为
:'
+
v
)
send_messages
(
k
+
'被封:'
+
v
)
if
k
.
startswith
(
'全民'
):
qm
.
post_block_list
(
v
)
sleep
(
2
)
...
...
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