Skip to content

Commit 36f8d35

Browse files
fix misleading error message
1 parent 351a568 commit 36f8d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socketio/kombu_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def initialize(self):
5959
monkey_patched = is_module_patched('socket')
6060
if not monkey_patched:
6161
raise RuntimeError(
62-
'Redis requires a monkey patched socket library to work '
62+
'Kombu requires a monkey patched socket library to work '
6363
'with ' + self.server.async_mode)
6464

6565
def _connection(self):

0 commit comments

Comments
 (0)