whatsplay / whatsapp-play

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
MIT License
402 stars 219 forks source link

Resolved Contact not switching at first try issue #382

Closed Pushpit07 closed 3 years ago

Pushpit07 commented 3 years ago

Issue that this pull request solves

Contact not switching at first try #381

Closes: # (381)

Changes

This line was creating the problem as it was getting called when it shouldn't have. message = io.ask_user_for_message_breakline_mode() So, I removed this line of code

Types of changes

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply

Screenshot 2020-09-28 at 11 20 00 Screenshot 2020-09-28 at 11 20 15
rpotter12 commented 3 years ago

Please share a screenshot of the results.

Pushpit07 commented 3 years ago

Please share a screenshot of the results.

Done. You can see that now the program asks "New Target name" after the first try without sending ...

rpotter12 commented 3 years ago

@Pushpit07 Thank you++