mirror of
https://github.com/libredirect/instances.git
synced 2024-12-06 19:26:17 +01:00
Remove debug
This commit is contained in:
@@ -167,9 +167,6 @@ def fetchRegexList(frontend, url, regex):
|
||||
|
||||
tmp = re.findall(regex, r.text)
|
||||
|
||||
print(tmp)
|
||||
print(r.text)
|
||||
|
||||
for item in tmp:
|
||||
if item.strip() == "":
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user