From 2ae4d383774dad0e5ebc5a09ea0ef3125eb8d8c6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Mar 2008 08:06:32 +0000 Subject: [PATCH 1/1] fixed syntax error --- db-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db-config b/db-config index a8ff3a7..74e6998 100755 --- a/db-config +++ b/db-config @@ -511,8 +511,8 @@ def main(): # CoDemux {'name': "codemux", - 'description': "Demux HTTP between slices using localhost ports. Value in the form 'host, localhost port'." - 'min_role_id': 10} + 'description': "Demux HTTP between slices using localhost ports. Value in the form 'host, localhost port'.", + 'min_role_id': 10}, ] -- 2.43.0