Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Apr 24, 2024
1 parent 0b774f0 commit 3d9142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_data_from_sheets_on_start():
if corresponding_value_e == "not found":
states['not_found_values'].append(value)
if states['not_found_values']:
#requests.get(WHATSAPP_URL)
requests.get(WHATSAPP_URL)
ask_user_for_input()
else:
print("no empty categories found.")
Expand Down

0 comments on commit 3d9142b

Please sign in to comment.