From: achbed Date: Fri, 30 Jan 2015 09:22:02 +0000 (-0600) Subject: Changed default for appendtype to 0 (from 1) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7cb3ca99c786ed7c997c1ae4e00cae06b873d7b2;p=deefuzzer.git Changed default for appendtype to 0 (from 1) Signed-off-by: achbed --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index d914779..c926f11 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -1,4 +1,4 @@ -#!/usr/bin/python + #!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright (C) 2006-2011 Guillaume Pellerin @@ -74,7 +74,7 @@ class Station(Thread): relay_mode = 0 record_mode = 0 run_mode = 1 - appendtype = 1 + appendtype = 0 feeds_json = 0 feeds_rss = 1 feeds_mode = 1 diff --git a/example/deefuzzer_doc.xml b/example/deefuzzer_doc.xml index 20b68d0..93ed50d 100644 --- a/example/deefuzzer_doc.xml +++ b/example/deefuzzer_doc.xml @@ -160,8 +160,8 @@ icecast - 1 + '0' will leave the mount name alone. Default is 0. Used only for icecast streams --> + 0