diff --git a/modules/github/__init__.py b/modules/github/__init__.py index ff85b8f8..3cc480e4 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -438,7 +438,7 @@ class Module(ModuleManager.BaseModule): return page.headers["Location"] except utils.http.HTTPTimeoutException: self.log.warn( - "HTTPTimeoutException while waiting for github short URL") + "HTTPTimeoutException while waiting for github short URL", []) return url def _iso8601(self, s):