@@ -57,7 +57,7 @@ def convertUnit(tUnit):
if tUnit=='month':
return 24*60*30
if tUnit=='year':
- return 24*60*30*365
+ return 24*60*365
return 1
def getStrides(setup):