From c2693e0109d17fe00d41788778fba6eb9d176088 Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 30 Mar 2020 07:08:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebibcheck.py=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibcheck.py b/bibcheck.py index 4b43c0f..2e8ff9a 100644 --- a/bibcheck.py +++ b/bibcheck.py @@ -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)