Skip to content

Commit

Permalink
remove unnecessary default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Mar 28, 2024
1 parent 238da9d commit 20ca6d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simplebot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ def perform_configure_address(self, email: str, password: str, **kwargs) -> bool
delete_server_after=1,
delete_device_after=2592000,
save_mime_headers=1,
e2ee_enabled=1,
sentbox_watch=0,
mvbox_move=0,
bcc_self=0,
selfstatus="I'm a Delta Chat bot 🤖. Send me /help for more info.\n\nSource code: https://github.com/simplebot-org/simplebot",
**kwargs,
Expand Down

0 comments on commit 20ca6d0

Please sign in to comment.