We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474af2e commit a8f2cf1Copy full SHA for a8f2cf1
script.py
@@ -60,7 +60,6 @@
60
wasender_client = create_sync_wasender(
61
api_key=CONFIG["WASENDER_API_TOKEN"],
62
webhook_secret=CONFIG["WEBHOOK_SECRET"],
63
- base_url='http://127.0.0.1:8000/api',
64
retry_options=retry_config
65
)
66
logger.info("WaSenderAPI client initialized successfully with retry support")
0 commit comments