diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-01-15 00:20:32 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:53 +0100 |
commit | f256337aa3f47869ec31adb5fc7b2fdb73c396f9 (patch) | |
tree | 0e6e425c66a9eb4ce5d7e9b03f38ce2d723095bc /slack/config.py | |
parent | ecda1269f11efd861baa2b5cb3816e89af719aed (diff) | |
download | wee-slack-f256337aa3f47869ec31adb5fc7b2fdb73c396f9.tar.gz |
Rename slack_timeout to network_timeout
Diffstat (limited to 'slack/config.py')
-rw-r--r-- | slack/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slack/config.py b/slack/config.py index 7228ed8..a1ab999 100644 --- a/slack/config.py +++ b/slack/config.py @@ -73,8 +73,8 @@ class SlackConfigSectionWorkspace: False, ) - self.slack_timeout = self._create_option( - "slack_timeout", + self.network_timeout = self._create_option( + "network_timeout", "timeout (in seconds) for network requests", 30, ) |