Skip to content

Commit

Permalink
Update warning message on installation of msgpack-python (#172)
Browse files Browse the repository at this point in the history
See also 0a422fe
  • Loading branch information
starrify authored Dec 13, 2024
1 parent d479ce5 commit cef77d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapinghub/hubstorage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, auth=None, endpoint=None, connection_timeout=None,
self.use_msgpack = MSGPACK_AVAILABLE and use_msgpack
if use_msgpack != self.use_msgpack:
logger.warning('Messagepack is not available, please ensure that '
'msgpack-python library is properly installed.')
'msgpack library is properly installed.')

def request(self, is_idempotent=False, **kwargs):
"""
Expand Down

0 comments on commit cef77d2

Please sign in to comment.