From 02e25a720d0cae95303934e4cc48fc5821c5a181 Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 30 Mar 2020 07:09:36 +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 2e8ff9a..ce69d51 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..isoformat()}") + _logger.info(f"Sleeping till {to.isoformat()}") time.sleep((to - now()).seconds)