diff options
Diffstat (limited to 'kafka/consumer/fetcher.py')
-rw-r--r-- | kafka/consumer/fetcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/fetcher.py b/kafka/consumer/fetcher.py index d615848..11cd7ef 100644 --- a/kafka/consumer/fetcher.py +++ b/kafka/consumer/fetcher.py @@ -400,7 +400,7 @@ class Fetcher(six.Iterator): inner_timestamp = msg.timestamp else: - raise ValueError('Unknown timestamp type: {}'.format(msg.timestamp_type)) + raise ValueError('Unknown timestamp type: {0}'.format(msg.timestamp_type)) else: inner_timestamp = msg.timestamp |