We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c353a2 commit 57f092fCopy full SHA for 57f092f
adafruit_portalbase/network.py
@@ -154,7 +154,8 @@ def _get_setting(self, setting_name):
154
env_value = secrets.get(secrets_setting_name)
155
if env_value is not None:
156
warnings.warn(
157
- "Using secrets.py for network settings is deprecated. Put your settings in settings.toml."
+ "Using secrets.py for network settings is deprecated."
158
+ " Put your settings in settings.toml."
159
)
160
self._settings[setting_name] = env_value
161
return env_value
0 commit comments