From 7a2ef0a05dd650714d6c60fbedcd20466ca724b2 Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Fri, 25 Jun 2021 09:21:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c861a49..5a7c6ab 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ def now(): cron = Scheduler() cron.add('2,4:**:*0:00,15,30,45', now) -cron.add('2,4:**:59:59', cron.stop) cron.start() +cron.add('2,4:**:59:59', cron.stop) ``` ____