gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: fix string newline


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix string newline
Date: Wed, 22 Nov 2017 21:02:16 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 2fce6d1  fix string newline
2fce6d1 is described below

commit 2fce6d17f3464f6abdf0f4cb9590346acfc2c6ee
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 22 21:02:03 2017 +0100

    fix string newline
---
 talerbank/settings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/settings.py b/talerbank/settings.py
index fce85e5..19c4d8e 100644
--- a/talerbank/settings.py
+++ b/talerbank/settings.py
@@ -32,8 +32,8 @@ BASE_DIR = 
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = os.environ.get("TALER_BANK_SECRET_KEY", None)
 
 if not SECRET_KEY:
-    logging.info("secret key not configured in TALER_BANK_SECRET_KEY \
-                 env variable, generating random secret")
+    logging.info("secret key not configured in TALER_BANK_SECRET_KEY " \
+                 + "env variable, generating random secret")
     SECRET_KEY = base64.b64encode(os.urandom(32)).decode('utf-8')
 
 # SECURITY WARNING: don't run with debug turned on in production!

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]