„bibcheck.py“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-30 07:09:36 +00:00
parent c2693e0109
commit 02e25a720d

View File

@@ -70,7 +70,7 @@ def main():
minute=os.environ.get("RUN_AT_MINUTE", 0), minute=os.environ.get("RUN_AT_MINUTE", 0),
second=0, second=0,
) )
_logger.info(f"Sleeping till {to..isoformat()}") _logger.info(f"Sleeping till {to.isoformat()}")
time.sleep((to - now()).seconds) time.sleep((to - now()).seconds)