Skip to content

Commit

Permalink
Text with spaces were not accepted from GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopasqualetto committed Jan 14, 2023
1 parent e0b07db commit 363bba0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
Binary file renamed BWWBS-GUI-2.1.0.exe → BWWBS-GUI-2.1.1.exe
Binary file not shown.
27 changes: 2 additions & 25 deletions BWWBS-GUI/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BWWBS-GUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def start_BBWBS_cli():
string_to_run = "node ./index.js --numbers " + NUMBERS_FILE

if MESSAGE != "":
string_to_run += " --message " + MESSAGE
string_to_run += ' --message "' + MESSAGE + '"'
else:
string_to_run += " --no-message"

Expand Down
4 changes: 2 additions & 2 deletions bulk-whatsappweb-sender/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bulk-whatsappweb-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulk-whatsappweb-sender",
"version": "2.1.0",
"version": "2.1.1",
"author": {
"name": "Alberto Pasqualetto",
"email": "39854348+albertopasqualetto@users.noreply.github.com"
Expand Down

0 comments on commit 363bba0

Please sign in to comment.