1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-09 03:33:02 +00:00

Bugfix mature content

Update german translation
This commit is contained in:
OzzieIsaacs
2017-08-12 18:52:56 +02:00
parent b596734c36
commit fb8ce693f3
5 changed files with 442 additions and 385 deletions

View File

@@ -375,7 +375,7 @@ class Config:
(self.config_default_role & ROLE_DELETE_BOOKS == ROLE_DELETE_BOOKS))
def mature_content_tags(self):
return self.config_mature_content_tags.split(",")
return list(map(unicode.lstrip, self.config_mature_content_tags.split(",")))
def get_Log_Level(self):
ret_value=""