diff --git a/boot.py b/boot.py index 91135a5..9bc6dc9 100644 --- a/boot.py +++ b/boot.py @@ -18,7 +18,7 @@ for connection in connections: - station, password = connection.split() + station, password = connection.split(", ") print("Connecting to {}.".format(station))