more proper prefetch

This commit is contained in:
Kenneth Reitz
2011-11-09 17:54:13 -08:00
parent 0b424e1637
commit 2999c71e46
+1
View File
@@ -34,6 +34,7 @@ def patched(f):
def wrapped(*args, **kwargs):
kwargs['return_response'] = False
kwargs['prefetch'] = True
return f(*args, **kwargs)