mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
fixed indentation problems
This commit is contained in:
5
gui.py
5
gui.py
@@ -339,7 +339,10 @@ class PrettyWirelessNetworkEntry(PrettyNetworkEntry):
|
||||
self.show_all()
|
||||
|
||||
def setSignalStrength(self,strength, dbm_strength):
|
||||
strength = int(strength)
|
||||
if strength is not None:
|
||||
strength = int(strength)
|
||||
else:
|
||||
dbm_strength = -1
|
||||
if dbm_strength is not None:
|
||||
dbm_strength = int(dbm_strength)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user