]> git.sesse.net Git - nms/commitdiff
Fix the middle again.
authorSteinar H. Gunderson <sesse@samfundet.no>
Thu, 6 Apr 2006 13:37:05 +0000 (13:37 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Thu, 6 Apr 2006 13:37:05 +0000 (13:37 +0000)
zyxel/switchmap.py

index b649b3037f34cf8ee3d784e9ad343b3cc4a1e60f..6d4be59b4105fe0282f1dcc33836607d77dd58fb 100644 (file)
@@ -5,7 +5,7 @@ from zyxelcommon import *
 print "    ",
 for sw in range(6,0,-1):
        print "%7u          " % sw,
-       if sw == 3:
+       if sw == 4:
                print "   ",
 print ""
 
@@ -17,6 +17,6 @@ for row in range(1,75,2):
                else:
                        print retColor((row,sw)), "%-15s " % retIP((row,sw)),
                        
-               if sw == 3:
+               if sw == 4:
                        print "   ",
        print ""