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

This commit is contained in:
2020-03-30 07:08:22 +00:00
parent e4f9ef8ea3
commit c2693e0109

View File

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