gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: typo
Date: Sat, 31 Aug 2019 17:04:49 +0200

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

dold pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 44dec0d  typo
44dec0d is described below

commit 44dec0d2dbb2fdc647ddfd89946fd82737eac5dd
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 17:04:46 2019 +0200

    typo
---
 bin/taler-merchant-backoffice | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-merchant-backoffice b/bin/taler-merchant-backoffice
index e3fbf0f..33fa99d 100755
--- a/bin/taler-merchant-backoffice
+++ b/bin/taler-merchant-backoffice
@@ -27,7 +27,7 @@ def handle_serve_http(args):
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
               "--http", spec,
-              "--module", "talerbackoffice.backoffice.app",
+              "--module", "talerbackoffice.backoffice:app",
               "--env", "BACKOFFICE_BACKEND=%s" % TC["backoffice-%s" % 
args.frontend]["backend"].value_string(required=True),
               "--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % 
args.frontend]["instances"].value_string(required=True))
               
@@ -38,7 +38,7 @@ def handle_serve_uwsgi(args):
               "--master",
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
-              "--module", "talerbackoffice.backoffice.app",
+              "--module", "talerbackoffice.backoffice:app",
               "--env", "BACKOFFICE_BACKEND=%s" % TC["backoffice-%s" % 
args.frontend]["backend"].value_string(required=True),
               "--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % 
args.frontend]["instances"].value_string(required=True)]
     if serve_uwsgi == "tcp":

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



reply via email to

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