Give empty array arg to WARN call in github module

This commit is contained in:
jesopo 2019-05-04 08:26:27 +01:00
parent d999548020
commit 009daaeb62

View file

@ -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):