Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 21, 2024
1 parent 0b2dc69 commit 10b61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf/data_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def get_data(self):

class ThreadedRX(BaseRX):
def __init__(self, pplus: PPlus, time_offset, nthetas):
super(FakeThreadedRX, self).__init__()
super(ThreadedRX, self).__init__()
self.pplus = pplus
self.run = False
self.time_offset = time_offset
Expand Down

0 comments on commit 10b61f3

Please sign in to comment.