From d44ab9df1b901a53355c8ef00e0d851d76eff9ac Mon Sep 17 00:00:00 2001 From: roShan <45506201+truroshan@users.noreply.github.com> Date: Wed, 2 Jun 2021 19:14:14 +0530 Subject: [PATCH] Small change in TIME --- cowin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowin.py b/cowin.py index 93ccbc7..b8b63fe 100644 --- a/cowin.py +++ b/cowin.py @@ -51,7 +51,7 @@ class CoWinBook(): # Cron Time global TIME - TIME = 8 if time < 10 else time + TIME = time # Include today session for Booking Slot self.bookToday = 0 if bookToday is True else 1