Update ContentManager.py

No need for "- ZeroNet_" in title
This commit is contained in:
peer-to-peer-network 2020-04-15 16:27:39 +00:00 committed by GitHub
parent 784d4ff442
commit d6077f658d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ class ContentManager(object):
content = {"files": {}, "signs": {}} # Default content.json
if inner_path == "content.json": # It's the root content.json, add some more fields
content["title"] = "%s - ZeroNet_" % self.site.address
content["title"] = self.site.address
content["description"] = ""
content["signs_required"] = 1
content["ignore"] = ""