diff options
| author | 2019-06-29 23:23:57 +0100 | |
|---|---|---|
| committer | 2019-06-29 23:23:57 +0100 | |
| commit | cb07a5d7086c834762065e4e704286172da416a5 (patch) | |
| tree | 87c88ed2b1307176958f03cfd66de2717e22c6b9 | |
| parent | Show IRCd 'version' string in !specsup output (diff) | |
| signature | ||
OptionsSetting ctor should have empty `options` when using options_factory
| -rw-r--r-- | modules/shorturl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shorturl.py b/modules/shorturl.py index e4890ecf..49998ac4 100644 --- a/modules/shorturl.py +++ b/modules/shorturl.py @@ -13,7 +13,7 @@ class Module(ModuleManager.BaseModule): self.exports.add("shorturl-s-bitly", self._bitly) - setting = utils.OptionsSetting("url-shortener", + setting = utils.OptionsSetting("url-shortener", [], "Set URL shortener service", options_factory=self._shorturl_options_factory) self.exports.add("serverset", setting) |
