Skip to content

Commit

Permalink
oppo plugin: remove _send method, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Aug 11, 2024
1 parent b1dd750 commit a3a7fe8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oppo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def on_connect(self, by=None):
self.logger.debug(f"Activating verbose mode {verbose} after connection.")
self.send_command('general.verbose', verbose)

def _send(self, data_dict):
self.logger.debug(f"Sending data_dict {data_dict}")
self._connection.send(data_dict)

def _transform_send_data(self, data=None, **kwargs):
if isinstance(data, dict):
data['limit_response'] = self._parameters[PLUGIN_ATTR_CONN_TERMINATOR]
Expand Down

0 comments on commit a3a7fe8

Please sign in to comment.