mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-30 17:37:58 +00:00
Suppress some errors
This commit is contained in:
@@ -104,7 +104,7 @@ LDAP_AUTH_SIMPLE = 0
|
||||
|
||||
DEFAULT_MAIL_SERVER = "mail.example.org"
|
||||
|
||||
DEFAULT_PASSWORD = "admin123" # noqa nosec
|
||||
DEFAULT_PASSWORD = "admin123" # nosec
|
||||
DEFAULT_PORT = 8083
|
||||
env_CALIBRE_PORT = os.environ.get("CALIBRE_PORT", DEFAULT_PORT)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user