Skip to content

Commit

Permalink
[audio_to_spectrogram] Fixed typo unsupported -> unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Jan 6, 2022
1 parent 2e86235 commit 4fa0c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_to_spectrogram/scripts/spectrum_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def subscribe(self):
self.sub_spectrum = rospy.Subscriber(
'~spectrum', Spectrum, self._cb, queue_size=1000)

def unsupported(self):
def unsubscribe(self):
self.sub_spectrum.unregister()

def _cb(self, msg):
Expand Down

0 comments on commit 4fa0c14

Please sign in to comment.