remove debug information

This commit is contained in:
Tobias Diekershoff 2023-01-07 23:20:13 +01:00
parent da26f594a6
commit e0b30df10a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
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"
authors = ["Tobias Diekershoff"]
license = "GNU General Public License v3.0"

View File

@ -46,7 +46,6 @@ class BrewBlocklist():
})
else:
for item in section_values['domains'].split(','):
print(item)
self.safe_harbor.append(item)
self.outputfile = outputfile
self.confidence = confidence