Skip to content

Commit f08a26c

Browse files
jcleighCopilot
andauthored
Update badge/apps/wled/__init__.py
Co-authored-by: Copilot <[email protected]>
1 parent b0650f3 commit f08a26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

badge/apps/wled/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def load_config():
198198
WIFI_SSID = WIFI_PASSWORD = WLED_HOST = None
199199
status_message = "No secrets.py"
200200
except Exception:
201-
WIFI_SSID = WIFI_PASSWORD = None
201+
WIFI_SSID = WIFI_PASSWORD = WLED_HOST = None
202202
status_message = "Config error"
203203

204204

0 commit comments

Comments
 (0)