From a97366d30e42207720ae0cc1ff71c015e3bc6b2b Mon Sep 17 00:00:00 2001 From: Ronak Verma <77680221+ronak7613@users.noreply.github.com> Date: Wed, 5 Jan 2022 00:47:59 +0530 Subject: [PATCH] **bug. giving wrong output fixed the bug which was always printing no vaccination slot available. please confirm it. yours obediently Ronak Verma b. tech AI --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index baac0d3..bd36fae 100644 --- a/script.py +++ b/script.py @@ -53,7 +53,7 @@ else: print("No Response!") - if counter: + if counter==0: print("No Vaccination slot available!") else: mixer.init()