Fix UnicodeDecodeError
This commit is contained in:
committed by
Jason Veatch
parent
5f199882d8
commit
9ac70f3dcb
+1
-1
@@ -164,7 +164,7 @@ REPO_ACTIONS = [
|
||||
},
|
||||
|
||||
{'_type': 'repos', '_id': 'elasticsearch-py', '_op_type': 'update', 'doc': {
|
||||
'owner': {'name': 'Honza Král', 'email': '[email protected]'},
|
||||
'owner': {'name': u'Honza Král', 'email': '[email protected]'},
|
||||
'created_at': datetime(2013, 5, 1, 16, 37, 32),
|
||||
'tags': ['elasticsearch', 'search', 'python', 'client'],
|
||||
'description': 'For searching snakes.'}
|
||||
|
||||
Reference in New Issue
Block a user