summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-25 15:31:17 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-25 15:31:17 -0500
commit03b593cdec8920f9ab147636a1edae20600f54bc (patch)
tree3f9455f9e2855181dae10e61b756967e13028a7f /gpsprof
parent388a3f00983a8135b9b5c09ecdc55411898318c1 (diff)
downloadgpsd-03b593cdec8920f9ab147636a1edae20600f54bc.tar.gz
Fix tracker bug #17832.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index f7c99008..5871511c 100755
--- a/gpsprof
+++ b/gpsprof
@@ -418,7 +418,7 @@ def plotframe(await, fname, speed, threshold, title):
if formatter not in (spaceplot, uninstrumented):
options = ',"timing":true'
try:
- session.send('?WATCH={"enable":true%s}' % options)
+ session.send('?WATCH={"enable":true,"json":true%s}' % options)
baton = Baton("gpsprof: looking for fix", "done")
countdown = await
basetime = time.time()