gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: fix import / remove u


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: fix import / remove utility processor
Date: Thu, 18 Jan 2018 19:04:58 +0100

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 73363b8  fix import / remove utility processor
73363b8 is described below

commit 73363b8bc90ac99796e15ba7cf9aa66545697ffa
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 19:04:52 2018 +0100

    fix import / remove utility processor
---
 talersurvey/survey/survey.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 9b58572..20f87a0 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -21,6 +21,7 @@ import json
 from urllib.parse import urljoin
 import flask
 import requests
+import traceback
 from ..talerconfig import TalerConfig
 
 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
@@ -49,7 +50,7 @@ def backend_error(requests_response):
 def utility_processor():
     def env(name, default=None):
         return os.environ.get(name, default)
-    return dict(url=url, env=env)
+    return dict(env=env)
 
 
 def err_abort(abort_status_code, **params):

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



reply via email to

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