mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix recursion bug
This commit is contained in:
parent
9dddceb7a4
commit
0619dfb3e6
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ class AudioCall:
|
|||
# handle link being closed
|
||||
def on_link_closed(self, link):
|
||||
print("[AudioCall] on_link_closed")
|
||||
self.hangup()
|
||||
|
||||
# handle packet received over link
|
||||
def on_packet(self, message, packet):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue