Skip to content

Commit 9f53e75

Browse files
committed
add $UNIQUE_ID to hotspot_ssid
1 parent 23ebecb commit 9f53e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
for line in f:
3131
if "Serial" in line:
3232
serial = line.replace(" ", "").split(":")[1]
33-
hotspot_ssid.replace("$UNIQUE_ID", serial[-5:-1])
33+
hotspot_ssid = hotspot_ssid.replace("$UNIQUE_ID", serial[-5:-1])
3434

3535
# Set default hotspot password.
3636
if "PWC_HOTSPOT_PASSWORD" in env_file:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy