From bbbeedb0a200d41b0fab33880e97a50d566cdbab Mon Sep 17 00:00:00 2001 From: Piotr Dobrogost Date: Tue, 10 Jan 2012 16:47:21 +0100 Subject: [PATCH] fixes issue #349 --- requests/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/requests/models.py b/requests/models.py index 6cb9aeb..c45b18a 100644 --- a/requests/models.py +++ b/requests/models.py @@ -82,7 +82,6 @@ class Request(object): #: Dictionary or byte of querystring data to attach to the #: :class:`Request `. self.params = None - self.params = dict(params or []) #: True if :class:`Request ` is part of a redirect chain (disables history #: and HTTPError storage). -- 2.34.1