petite coquille
darcs-hash:20061004233045-f6463-e2aa0223b1eba211c9fbe37d44dfc73e481547d5.gz
This commit is contained in:
parent
272e4013ed
commit
5c633f4992
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class interroge_switch (threading.Thread) :
|
|||
|
||||
def run (self) :
|
||||
sw = hpswitch(self.switch)
|
||||
prise = sw.where_is_mac(mac)
|
||||
prise = sw.where_is_mac(self.mac)
|
||||
if prise != None :
|
||||
self.tableau.append("%-10s => prise %-2s : %s" % (self.switch.encode('iso-8859-15').replace('.adm.crans.org',''), str(prise), sw.nom(None, prise)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue