Skip to content

Commit 49239b6

Browse files
authored
Merge pull request #27 from green-api/dev
Changed default options in GreenAPIBot
2 parents 5c5a379 + 5c8d817 commit 49239b6

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)