Skip to content

Commit b93a8a4

Browse files
authored
Merge pull request #205 from mpaolino/fix_readme_cache
Fix suds cache example in README
2 parents ccc6fc9 + 92cc80b commit b93a8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googleads/adwords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __init__(self, developer_token, oauth2_client,
298298
partial failure with some changes made. Only certain services respect
299299
this header.
300300
cache: A subclass of suds.cache.Cache. If not set, this will default to an
301-
instance of suds.cache.FileCache.
301+
instance of suds.cache.ObjectCache.
302302
proxy_config: A googleads.common.ProxyConfig instance or None if a proxy
303303
isn't being used.
304304
report_downloader_headers: A dict containing optional headers to be used

googleads/dfp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def __init__(self, oauth2_client, application_name, network_code=None,
215215
accessing. All requests other than getAllNetworks and getCurrentUser
216216
calls require this header to be set.
217217
cache: A subclass of suds.cache.Cache. If not set, this will default to an
218-
instance of suds.cache.FileCache.
218+
instance of suds.cache.ObjectCache.
219219
proxy_config: A googleads.common.ProxyConfig instance or None if a proxy
220220
isn't being used.
221221
enable_compression: A boolean indicating if you want to enable compression

0 commit comments

Comments
 (0)