diff --git a/Wikifetch/plugin.py b/Wikifetch/plugin.py index 325a651..0ccbe88 100644 --- a/Wikifetch/plugin.py +++ b/Wikifetch/plugin.py @@ -96,7 +96,7 @@ class Wikifetch(callbacks.Plugin): self.log.debug('Wikifetch: using URL %s', addr) try: - article = utils.web.getUrl(addr) + article = utils.web.getUrl(addr, timeout=3) except utils.web.Error: self.log.exception('Failed to fetch link %s', addr) raise