Commit 689619fe authored by TesterYao's avatar TesterYao

1

parent 1f941649
...@@ -69,9 +69,9 @@ if __name__ == '__main__': ...@@ -69,9 +69,9 @@ if __name__ == '__main__':
if k.find('&')>-1: if k.find('&')>-1:
title = k.split('&')[0] title = k.split('&')[0]
phone = k.split('&')[1] phone = k.split('&')[1]
send_messages(title + '被封,被封链接为:' + v,phone) send_messages(title + '被封:' + v,phone)
else: else:
send_messages(k+'被封,被封链接为:' + v) send_messages(k+'被封:' + v)
if k.startswith('全民'): if k.startswith('全民'):
qm.post_block_list(v) qm.post_block_list(v)
sleep(2) sleep(2)
......
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