Small bugfix to biorhythm generator.
authorKazuki Przyborowski <[email protected]>
Thu, 14 Nov 2013 06:13:25 +0000 (14 00:13 -0600)
committerKazuki Przyborowski <[email protected]>
Thu, 14 Nov 2013 06:13:25 +0000 (14 00:13 -0600)
biorhythm/biorhythm.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 28dc055..817b3f6
@@ -132,7 +132,7 @@ while(int(str(curdate.month)+str(curdate.day))<int(str(enddate.month)+str(enddat
  oldspiritual = spiritual;
  awareness = CalcRhythm(birthdays, 48);
  if(getargs.verbose==True):
-  print("awareness: "+str(intellectual));
+  print("awareness: "+str(awareness));
  oldawareness = awareness;
  aesthetic = CalcRhythm(birthdays, 23);
  if(getargs.verbose==True):