mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
syntax error fixed
This commit is contained in:
@@ -338,7 +338,7 @@ class Wireless:
|
||||
misc.WriteLine(resolv,"nameserver " + network["dns2"])
|
||||
if not network.get("dns3") == None:
|
||||
print "setting the third dns server..."
|
||||
misc.WriteLine(resolv,"nameserver " + network["dns3"]))
|
||||
misc.WriteLine(resolv,"nameserver " + network["dns3"])
|
||||
|
||||
if not network.get('ip') == None:
|
||||
self.lock.acquire()
|
||||
|
||||
Reference in New Issue
Block a user