remove debug information
This commit is contained in:
parent
da26f594a6
commit
e0b30df10a
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "brewserverblocklist"
|
name = "brewserverblocklist"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
description = "A python script to collect the server-wide blocklists from Friendica nodes to build a collection from trusted admin choice"
|
description = "A python script to collect the server-wide blocklists from Friendica nodes to build a collection from trusted admin choice"
|
||||||
authors = ["Tobias Diekershoff"]
|
authors = ["Tobias Diekershoff"]
|
||||||
license = "GNU General Public License v3.0"
|
license = "GNU General Public License v3.0"
|
||||||
|
|
|
@ -46,7 +46,6 @@ class BrewBlocklist():
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
for item in section_values['domains'].split(','):
|
for item in section_values['domains'].split(','):
|
||||||
print(item)
|
|
||||||
self.safe_harbor.append(item)
|
self.safe_harbor.append(item)
|
||||||
self.outputfile = outputfile
|
self.outputfile = outputfile
|
||||||
self.confidence = confidence
|
self.confidence = confidence
|
||||||
|
|
Loading…
Reference in a new issue