Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Apr 20, 2018
1 parent 6839f15 commit 653f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosip/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def reply(*args, **kwargs):
method=msg.method,
from_details=Contact.from_header(msg.headers['To']),
to_details=Contact.from_header(msg.headers['From']),
call_id=call_id,
call_id=call_id
)

await dialog.reply(*args, **kwargs)
Expand Down

0 comments on commit 653f616

Please sign in to comment.