Skip to content

Commit cef77d2

Browse files
authored
Update warning message on installation of msgpack-python (#172)
See also 0a422fe
1 parent d479ce5 commit cef77d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapinghub/hubstorage/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self, auth=None, endpoint=None, connection_timeout=None,
9090
self.use_msgpack = MSGPACK_AVAILABLE and use_msgpack
9191
if use_msgpack != self.use_msgpack:
9292
logger.warning('Messagepack is not available, please ensure that '
93-
'msgpack-python library is properly installed.')
93+
'msgpack library is properly installed.')
9494

9595
def request(self, is_idempotent=False, **kwargs):
9696
"""

0 commit comments

Comments
 (0)