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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user