From 75bb24113f834def669ebd0d76914dd7990357d0 Mon Sep 17 00:00:00 2001 From: Thorsten Fleck Date: Wed, 28 Feb 2018 23:20:32 +0100 Subject: [PATCH] FOSSGIS18: Remove Subtitle in Rendertask --- fossgis18/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fossgis18/__init__.py b/fossgis18/__init__.py index ad88c21..f3805d3 100644 --- a/fossgis18/__init__.py +++ b/fossgis18/__init__.py @@ -175,7 +175,7 @@ def tasks(queue, args, idlist, skiplist): parameters = { '$id': event['id'], '$title': event['title'], - '$subtitle': event['subtitle'], + #'$subtitle': event['subtitle'], '$personnames': event['personnames'] } ))