diff --git a/gertty/sync.py b/gertty/sync.py index 7925784..9a3e6f9 100644 --- a/gertty/sync.py +++ b/gertty/sync.py @@ -1414,6 +1414,7 @@ class Sync(object): self.queue.complete(task) except (requests.ConnectionError, OfflineError, requests.exceptions.ChunkedEncodingError, + requests.exceptions.ReadTimeout ) as e: self.log.warning("Offline due to: %s" % (e,)) if not self.offline: