Skip to content

Commit

Permalink
Merge pull request #952 from onkelandy/oppo
Browse files Browse the repository at this point in the history
oppo plugin: remove _send method, not needed
  • Loading branch information
onkelandy authored Aug 11, 2024
2 parents b1dd750 + a3a7fe8 commit 801a455
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 801a455

Please sign in to comment.