X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=gps303%2Fmkgpx.py;h=456b94f58c4e9d83f58f7b98569112f72c3c8e92;hp=ef63e04bbc17e3054ab7bc235db5e8103f2e5eb9;hb=c3bc6d5bbdc0d0bf10e338c6e3bad1a519d5afa0;hpb=d6d5b6c95b677d98777959040bac808e4c5499c7 diff --git a/gps303/mkgpx.py b/gps303/mkgpx.py index ef63e04..456b94f 100644 --- a/gps303/mkgpx.py +++ b/gps303/mkgpx.py @@ -18,7 +18,7 @@ c.execute( and ((is_incoming = false and proto = ?) or (is_incoming = true and proto = ?)) order by tstamp""", - (sys.argv[2], WIFI_POSITIONING.PROTO, GPS_POSITIONING.PROTO), + (sys.argv[2], proto_name(WIFI_POSITIONING), proto_name(GPS_POSITIONING)), ) print(