Small change in TIME
This commit is contained in:
parent
b6fcfe14a2
commit
d44ab9df1b
1 changed files with 1 additions and 1 deletions
2
cowin.py
2
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
|
||||
|
|
Reference in a new issue