summaryrefslogtreecommitdiff
path: root/taler-merchant-survey.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-08 11:45:12 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-08 11:45:12 +0100
commitb5999a01a985c857347de9941d94f9d81f77124f (patch)
treef05f51e312fced7c9939af02cac213364fdeb4b6 /taler-merchant-survey.in
parentb227d20e6d4e54cbee5ba4c09f83a352f0e3909d (diff)
downloadsurvey-b5999a01a985c857347de9941d94f9d81f77124f.tar.gz
survey-b5999a01a985c857347de9941d94f9d81f77124f.tar.bz2
survey-b5999a01a985c857347de9941d94f9d81f77124f.zip
pacify pep checkers
Diffstat (limited to 'taler-merchant-survey.in')
-rw-r--r--taler-merchant-survey.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/taler-merchant-survey.in b/taler-merchant-survey.in
index afe8b29..ba82f03 100644
--- a/taler-merchant-survey.in
+++ b/taler-merchant-survey.in
@@ -36,7 +36,8 @@ def handle_serve_http(args):
"--http", spec,
"--wsgi-file", "@prefix@/share/taler/frontend-survey.wsgi")
-def handle_serve_uwsgi():
+def handle_serve_uwsgi(args):
+ del args # pacify PEP checkers
serve_uwsgi = TC["survey"]["uwsgi_serve"].value_string(required=True).lower()
params = ["uwsgi", "uwsgi",
"--master",