diff options
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index 4afe29db..a7179f6a 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -202,7 +202,6 @@ message += ': ' + ' '.join(pkgs)[0:256] + blablabla + trailing # the current date is subtracted twice, so it sorts before early scheduling # schedule on the full hour so we can recognize them easily epoch = int(time.time()) -yesterday = epoch - 60*60*24 now = datetime.now() days = int(now.strftime('%j'))*2 hours = int(now.strftime('%H'))*2 |