8000 lint · CoderBotOrg/python-wifi-connect@36b1576 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36b1576

Browse files
committed
lint
1 parent 9f53e75 commit 36b1576

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
for line in f:
3131
if "Serial" in line:
3232
serial = line.replace(" ", "").split(":")[1]
33-
hotspot_ssid = hotspot_ssid.replace("$UNIQUE_ID", serial[-5:-1])
33+
hotspot_ssid = hotspot_ssid.replace(
34+
"$UNIQUE_ID", serial[-5:-1]
35+
)
34< 43BE code>36

3537
# Set default hotspot password.
3638
if "PWC_HOTSPOT_PASSWORD" in env_file:

0 commit comments

Comments
 (0)
0