diff --git a/python/cpr.py b/python/cpr.py index 51ef86c..2e982f0 100644 --- a/python/cpr.py +++ b/python/cpr.py @@ -180,6 +180,8 @@ def range_bearing(loc_a, loc_b): class cpr_decoder: def __init__(self, my_location): self.my_location = my_location + if my_location is None: + print "Notice: Set your coordinates with --location to get faster position reports." self.lkplist = {} self.evenlist = {} self.oddlist = {}