diff --git a/pushUrl.py b/pushUrl.py index d67edf14..fe5a1bfe 100644 --- a/pushUrl.py +++ b/pushUrl.py @@ -19,8 +19,6 @@ def parse_stiemap(site): try: result = requests.get(site) big = re.findall('(.*?)', result.content.decode('utf-8'), re.S) - print('当前已有url:') - print(list(big)) return list(big) except: print('请检查你的url是否有误。')