Skip to content

Commit

Permalink
GC unused local variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Mar 27, 2024
1 parent d964fae commit 4fd0c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sippy_lite/sippy/Rtp_proxy_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def go_online(self):
return
if not self.online:
if not self.caps_done:
rtpp_cc = Rtpp_caps_checker(self)
Rtpp_caps_checker(self)
return
self.online = True
self.heartbeat()
Expand Down

0 comments on commit 4fd0c74

Please sign in to comment.