Skip to content

Commit

Permalink
(agent) Remove wrong return
Browse files Browse the repository at this point in the history
The return was too soon, making the rest of the code non accessible

(cherry picked from commit 97a2963)
  • Loading branch information
neoclust committed Jan 9, 2024
1 parent ad64e73 commit 88204b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulse_xmpp_master_substitute/bin/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ async def _handle_custom_iq(self, iq):
ret = base64.b64decode(bytes(z.tag[1:-5], "utf-8"))
quposix.send(ret, 2)
logger.debug("Result inject to %s" % (queue))
return ret
try:
strdatajson = base64.b64decode(
bytes(z.tag[1:-5], "utf-8")
Expand Down

0 comments on commit 88204b3

Please sign in to comment.