diff options
author | drebs <drebs@leap.se> | 2014-04-07 11:40:40 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-04-07 11:58:59 -0300 |
commit | 3cfe76a694bb19d5da21192e4a9a467a9b4c59e1 (patch) | |
tree | c3560f2f22a0774a1ec232abc1a06d5e18f0073c /common | |
parent | ce22976cc0e203e53799e771aa5e3717d498cc5c (diff) |
Add script to compile design docs (#5315)
Diffstat (limited to 'common')
-rw-r--r-- | common/src/leap/soledad/common/couch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/couch.py b/common/src/leap/soledad/common/couch.py index 8e8613a1..b836c997 100644 --- a/common/src/leap/soledad/common/couch.py +++ b/common/src/leap/soledad/common/couch.py @@ -1411,7 +1411,7 @@ class CouchDatabase(CommonBackend): # strptime here by evaluating the conversion of an arbitrary date. # This will not be needed when/if we switch from python-couchdb to # paisley. - time.strptime('Mar 4 1917', '%b %d %Y') + time.strptime('Mar 8 1917', '%b %d %Y') # spawn threads to retrieve docs threads = [] for doc_id in doc_ids: |