bdh-linux 4.2.8__tar.gz → 4.2.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/PKG-INFO +1 -1
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux/commands/setup.py +1 -1
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/PKG-INFO +1 -1
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/pyproject.toml +1 -1
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux/__init__.py +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux/commands/install.py +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux/commands/remove.py +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux/main.py +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/SOURCES.txt +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/dependency_links.txt +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/entry_points.txt +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/requires.txt +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/bdh_linux.egg-info/top_level.txt +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/setup.cfg +0 -0
- {bdh_linux-4.2.8 → bdh_linux-4.2.9}/setup.py +0 -0
|
@@ -142,7 +142,7 @@ def network():
|
|
|
142
142
|
|
|
143
143
|
print(f"[yellow]⚡ Connecting to {ssid}...[/yellow]")
|
|
144
144
|
# nmcli moolama connect pandroom
|
|
145
|
-
result = subprocess.run(f'nmcli device wifi connect "{ssid}" password "{password}"', shell=True)
|
|
145
|
+
result = subprocess.run(f'nmcli device wifi connect "{$ssid}" password "{$password}"', shell=True)
|
|
146
146
|
|
|
147
147
|
if result.returncode == 0:
|
|
148
148
|
print(f"[green]✅ Successfully connected to {ssid}![/green]")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|