Skip to content

Commit 5c8d817

Browse files
committed
Changed default options in GreenAPIBot
1 parent 5c5a379 commit 5c8d817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whatsapp_chatbot_python/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(
1212
id_instance: str,
1313
api_token_instance: str,
1414
debug_mode: bool = False,
15-
raise_errors: bool = True,
15+
raise_errors: bool = False,
1616
host: Optional[str] = None,
1717
media: Optional[str] = None,
1818
bot_debug_mode: bool = False,

0 commit comments

Comments
 (0)