mirror of
https://github.com/codingCoffee/cowin-monitor.git
synced 2025-12-12 11:47:01 +00:00
fix: endpoint
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
e6e12594d2
commit
bfd93ed277
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -33,7 +33,7 @@ def main():
|
|||
logger.info('Hitting CoWIN API')
|
||||
date_str = datetime.now(IST).strftime("%d-%m-%Y")
|
||||
|
||||
url = "https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByDistrict?district_id={}&date={}".format(DIST_CODE, date_str)
|
||||
url = "https://cdn-api.co-vin.in/api/v2/appointment/sessions/calendarByDistrict?district_id={}&date={}".format(DIST_CODE, date_str)
|
||||
response = requests.get(url)
|
||||
|
||||
available_center_list = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue