summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdSatellite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd/MmdSatellite.py')
-rw-r--r--tools/mmd/MmdSatellite.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mmd/MmdSatellite.py b/tools/mmd/MmdSatellite.py
index 97f516a..9e9a041 100644
--- a/tools/mmd/MmdSatellite.py
+++ b/tools/mmd/MmdSatellite.py
@@ -152,6 +152,11 @@ class Satellite:
return False
def _compareAndLinkNewTLEFile (self, filename):
+ '''
+ we should use field 21-32 from first line of TLE to
+ compare data; then use this date to generate a filename
+ and update the database;
+ '''
old_data = open (self.tle_filename).read ()
new_data = open (filename).read ()
if old_data == new_data: