Fixed about and help.
[maegirls] / trunk / src / algo.py
index 2a867cc..32c64bd 100755 (executable)
@@ -72,11 +72,11 @@ class Algo(object):
                'day':      d,
                'len':      5,
                }
-       elif d>=self.cycle-6:
+       elif d>=self.cycle-7:
            ret={
                'status':   'blue',
-               'day':      6+d-self.cycle,
-               'len':      6,
+               'day':      7+d-self.cycle,
+               'len':      7,
                }
        elif d>self.cycle-ovbefore-4 and d<=self.cycle-ovbefore:
            ret={