diff --git a/xiaomusic/analytics.py b/xiaomusic/analytics.py index 7f992fe..50244e9 100644 --- a/xiaomusic/analytics.py +++ b/xiaomusic/analytics.py @@ -60,7 +60,7 @@ class Analytics: def send_play_event(self, name, sec): try: - self._send_play_event() + self._send_play_event(name, sec) except Exception as e: self.log.warning(f"analytics send_play_event failed {e}") self.init()