Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Fix func
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderCarl committed Oct 22, 2022
1 parent 1173871 commit 8fd4fb7
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 @@ -80,7 +80,7 @@ async def show_selected_users():
logging.info(f"Selected familiar username: {dialog.name}; ID: {dialog.id}")


def send_message_template(user_data, event, start_range, end_range, response_type):
async def send_message_template(user_data, event, start_range, end_range, response_type):
logging.info(
f"Contact: {user_data.contact} -"
f"username: {user_data.first_name} - "
Expand Down

0 comments on commit 8fd4fb7

Please sign in to comment.