mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Fixed the typo in networking.py correctly this time :)
Corrected the version number displayed in usage()
This commit is contained in:
@@ -405,7 +405,7 @@ class Wireless:
|
||||
misc.ParseEncryption(network)
|
||||
wpa_string = ("wpa_supplicant -B -i " +
|
||||
self.wireless_interface +
|
||||
" -c " + wpath.networks + "\"" +
|
||||
" -c " + "\"" + wpath.networks +
|
||||
network["bssid"].replace(":","").lower() +
|
||||
"\" -D " + self.wpa_driver)
|
||||
print wpa_string
|
||||
|
||||
Reference in New Issue
Block a user