make it true

This commit is contained in:
Kenneth Reitz
2011-12-28 04:48:27 -05:00
parent 082f4d8948
commit 7fdb541e2d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.8.9'
__build__ = 0x000809
__version__ = '0.9.0'
__build__ = 0x000900
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
+1 -1
View File
@@ -64,7 +64,7 @@ class Session(object):
hooks=None,
params=None,
config=None,
verify=None):
verify=True):
self.headers = headers or {}
self.cookies = cookies or {}