diff --git a/Bin.py/run.py b/Bin.py/run.py index a83c602..1f7f248 100755 --- a/Bin.py/run.py +++ b/Bin.py/run.py @@ -386,7 +386,7 @@ def getMarginDays(tgtName): else: distAU = 9.0 - return np.ceil( (distAU*150000000)/(200*24*3600) ) + return np.ceil( (distAU*150000000)/(200*24*3600)) + 30 def shiftedDate(myDate, days=0, hours=0, minutes=0, seconds=0): fmt = "%Y-%m-%dT%H:%M:%S" -- libgit2 0.21.2