Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit f309a2a

Browse files
committed
Whoopse
1 parent 9eb728b commit f309a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, username, password, base_uri=None):
5252
self.username = username
5353
self.password = password
5454

55-
#@retry(Exception, tries=3)
55+
@retry(Exception, tries=3)
5656
def _make_request(self, url, params=None, opener=None):
5757
"""
5858
Configure a HTTP request, fire it off and return the response.

0 commit comments

Comments
 (0)