diff --git a/gstlal-inspiral/bin/gstlal_inspiral b/gstlal-inspiral/bin/gstlal_inspiral
index 694acc3ed6d4216fad097050a580eff1fb04eae1..9af7bdf3fb56995014983310d9776ff46a385ef6 100644
--- a/gstlal-inspiral/bin/gstlal_inspiral
+++ b/gstlal-inspiral/bin/gstlal_inspiral
@@ -582,7 +582,15 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_
 	# uncomment the next line to show tracebacks when something fails
 	# in the web server
 	#bottle.app().catchall = False
-	httpservers = httpinterface.HTTPServers(0, bottle_app = bottle.default_app(), service_name = "gstlal_inspiral" + (" (%s)" % options.job_tag if options.job_tag is not None else ""), service_properties = {"job_tag": options.job_tag if options.job_tag is not None else "", "GSTLAL_LL_JOB": os.environ.get("GSTLAL_LL_JOB", "")}, verbose = options.verbose)
+	httpservers = httpinterface.HTTPServers(
+		bottle_app = bottle.default_app(),
+		service_name = "gstlal_inspiral",
+		service_properties = {
+			"job_tag": options.job_tag if options.job_tag is not None else "",
+			"GSTLAL_LL_JOB": os.environ.get("GSTLAL_LL_JOB", "")
+		},
+		verbose = options.verbose
+	)
 
 
 	#