storborg / witmotion

Other
16 stars 13 forks source link

Typo in line 124 __init__.py - wrong name for last_mag #6

Open storcium opened 2 years ago

storcium commented 2 years ago

I can work on making a PR, but this is a simple fix. You have a typo, the line (124) that reads:

self.last_msg = msg.mag

should be:

self.last_mag = msg.mag

would it be possible for you to fix this?