Skip to content

Commit

Permalink
[Authenticator] update methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin authored and GuillaumeDSM committed Apr 17, 2022
1 parent c8ab78c commit 104436b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octobot_commons/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ async def register_feed_callback(self, topic, callback):
"""
raise NotImplementedError

async def send_signal(self, signal_stream_id, signal_version, signal_content):
async def send(self, message, channel_type, identifier=None):
"""
Sends a signal
Sends a message
"""
raise NotImplementedError

Expand Down

0 comments on commit 104436b

Please sign in to comment.