mirror of
https://github.com/truroshan/py-cowin-termux
synced 2025-09-06 04:54:03 +05:30
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue