mirror of
https://github.com/truroshan/py-cowin-termux
synced 2025-04-21 09:44:35 +05:30
Small change in TIME
This commit is contained in:
parent
b6fcfe14a2
commit
d44ab9df1b
2
cowin.py
2
cowin.py
|
@ -51,7 +51,7 @@ class CoWinBook():
|
||||||
|
|
||||||
# Cron Time
|
# Cron Time
|
||||||
global TIME
|
global TIME
|
||||||
TIME = 8 if time < 10 else time
|
TIME = time
|
||||||
|
|
||||||
# Include today session for Booking Slot
|
# Include today session for Booking Slot
|
||||||
self.bookToday = 0 if bookToday is True else 1
|
self.bookToday = 0 if bookToday is True else 1
|
||||||
|
|
Loading…
Reference in a new issue