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: use correct WSGI modu


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: use correct WSGI module
Date: Sat, 31 Aug 2019 17:00:30 +0200

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 498b143  use correct WSGI module
498b143 is described below

commit 498b14392f7f828af1a239d680da27b859f85033
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 17:00:27 2019 +0200

    use correct WSGI module
---
 bin/taler-merchant-survey | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-merchant-survey b/bin/taler-merchant-survey
index 2da6fde..41e6637 100755
--- a/bin/taler-merchant-survey
+++ b/bin/taler-merchant-survey
@@ -45,7 +45,7 @@ def handle_serve_http(args):
     spec = ":%d" % (port, )
     os.execlp(
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--http", spec, "--module", "talersurvey"
+        UWSGI_LOGFMT, "--http", spec, "--module", "talersurvey.survey:app"
     )
 
 
@@ -62,7 +62,7 @@ def handle_serve_uwsgi(args):
                                                            ).lower()
     params = [
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--module", "talersurvey"
+        UWSGI_LOGFMT, "--module", "talersurvey.survey:app"
     ]
     if serve_uwsgi == "tcp":
         port = TC["survey"]["uwsgi_port"].value_int(required=True)

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



reply via email to

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