Skip to content

Commit 6cc9364

Browse files
another bug fix
1 parent 6008de6 commit 6cc9364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def sms_reply():
7373
"The incidence rate (number of new cases) is {}\n"
7474
""
7575
"The mortality rate lies at {}.".format(data[-1], data[0], data[1], data[2], data[3], round(data[4], 2), str(round(data[5], 2)) + "%"), bot_number, phone_no)
76-
#else:
77-
# send_message("Supply a zip code:", bot_number, phone_no)
76+
else:
77+
send_message("Supply a zip code:", bot_number, phone_no)
7878

7979
#store zip_code (OPERATIONAL)
8080
elif len(list(msg)) == 5:

0 commit comments

Comments
 (0)