Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
3mora2 committed May 5, 2024
1 parent 955fbd6 commit 41b2cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WPP_Whatsapp/api/Whatsapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, session, threadsafe_browser, page, loop=None, version=None, w
self.options[key] = value

# self.autoCloseInterval = None
self.version = version or self.options.get('whatsappVersion')
self.version = version # or self.options.get('whatsappVersion')
self.wa_js_version = wa_js_version
self.autoCloseCalled = False
self.isInitialized = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"the creation of any interaction, such as customer service, media sending, intelligence recognition "
"based on phrases artificial and many other things, use your imagination")

version = "0.2.2.2"
version = "0.2.2.3"

setup(
name="WPP_Whatsapp",
Expand Down

0 comments on commit 41b2cba

Please sign in to comment.