1
0
Fork 0

Don't update name from TLE

merge-requests/152/head
Nikos Roussos 2017-03-27 14:46:38 +03:00
parent b7bfa44ebe
commit 0b366c9faa
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class Command(BaseCommand):
'not exist').format(obj.name, obj.norad_cat_id))
continue
obj.name = sat.name()
tle = sat.tle()
obj.tle1 = tle[1]
obj.tle2 = tle[2]