Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jun 20, 2023
1 parent d265806 commit 32f7848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_recvonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from sora_sdk import Sora


def on_disconnect(error_code, message_abc: str):
print(f'on_disconnect: error_code: {error_code}, message: {message_abc}')
def on_disconnect(error_code, message: str):
print(f'on_disconnect: error_code: {error_code}, message: {message}')


def test_sendonly():
Expand Down

0 comments on commit 32f7848

Please sign in to comment.