From 7bfbcefb93ff97ae68f12ae4f0cfc0637ffb4ba5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Nirgal=20Vourg=C3=A8re?= Date: Tue, 19 Apr 2011 08:35:04 +0000 Subject: [PATCH] Removed extra --format=track in HistoryForm when start_date is present --- bin/djais/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/djais/views.py b/bin/djais/views.py index 8f7ecb9..fcf80cc 100644 --- a/bin/djais/views.py +++ b/bin/djais/views.py @@ -297,7 +297,6 @@ class HistoryForm(forms.Form): date_start = data.get('start_date', None) if date_start: - addparam(u'--format=animation') addparam(u'--start') addparam(date_start.strftime('%Y%m%d')) -- 2.30.2