Small change in TIME

This commit is contained in:
roShan 2021-06-02 19:14:14 +05:30 committed by GitHub
parent b6fcfe14a2
commit d44ab9df1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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