Skip to content

Commit

Permalink
Merge c0bd88a into 7554824
Browse files Browse the repository at this point in the history
  • Loading branch information
luciotorre committed May 27, 2019
2 parents 7554824 + c0bd88a commit f967905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit_predictor/sources.py
Expand Up @@ -64,7 +64,7 @@ def get_predictor(self, sate_id):

class MemoryTLESource(TLESource):
def __init__(self):
self.tles = defaultdict(lambda: set())
self.tles = defaultdict(set)

def add_tle(self, sate_id, tle, epoch):
self.tles[sate_id].add((epoch, tle))
Expand Down

0 comments on commit f967905

Please sign in to comment.