X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/2354c6e367aca8ea43208ee9cfcbc1c4ec950a78..614427b2e93b5c465191ab0fba50d70fb652b00c:/bin/optionsgen.py diff --git a/bin/optionsgen.py b/bin/optionsgen.py index d8e85a6..2ae4127 100644 --- a/bin/optionsgen.py +++ b/bin/optionsgen.py @@ -24,7 +24,7 @@ def get_options(): if hasattr(config, "HELP_URL") and config.HELP_URL: options["helpURL"] = config.HELP_URL - if hasattr(config, "LOGO_URL") and config.LOGO_URL: + if hasattr(config, "LOGO_URL"): options["logoURL"] = config.LOGO_URL if hasattr(config, "ACCOUNT_WHOIS_COMMAND") and config.ACCOUNT_WHOIS_COMMAND: