diff --git a/aprsd/plugins/weather.py b/aprsd/plugins/weather.py
index c7981f9..74a935c 100644
--- a/aprsd/plugins/weather.py
+++ b/aprsd/plugins/weather.py
@@ -323,8 +323,8 @@ class AVWXWeatherPlugin(plugin.APRSDRegexCommandPluginBase):
         elif not CONF.avwx_plugin.apiKey:
             LOG.error('Config avwx_plugin.apiKey not specified. Disabling')
             return False
-        else:
-            return True
+
+        self.enabled = True
 
     def help(self):
         _help = [