Modify notice a bit.

This commit is contained in:
Nick Foster
2012-06-13 20:19:05 -07:00
parent 53da7eecff
commit c2e5f6c2a9

View File

@@ -181,7 +181,7 @@ 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."
print "Notice: Set your coordinates with --location to get faster position reports and range-bearing calculations."
self.lkplist = {}
self.evenlist = {}
self.oddlist = {}