Skip to content

Commit

Permalink
Merge 61f507a into c9765f4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabn88 committed Nov 6, 2016
2 parents c9765f4 + 61f507a commit 4fb7880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redisboard/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def slowlog(self, obj):
command = log['command']

if len(command) > 255:
command = command[:252] + '...'
command = str(command[:252]) + '...'

output.append((
log['duration'],
Expand Down

0 comments on commit 4fb7880

Please sign in to comment.