From a926f528b8e35a7636697fb31553b9a31dab1714 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sat, 2 Oct 2021 18:04:36 +0700 Subject: [PATCH] useless return --- crawler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crawler.py b/crawler.py index 583716e..d525fc7 100644 --- a/crawler.py +++ b/crawler.py @@ -30,7 +30,6 @@ def download_group_filters(multi_url,incoming): with open(incoming, 'ab') as f: for data in get: f.write(data) - return url def filtering(filters_welcome): unwanted = ['#',';','@','$',' NS',' NS','@@||','!','local-data:','-']