mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
hooks: xau: fix argv (ap, not wark)
This commit is contained in:
parent
b2e4b1c46c
commit
bae77b9078
|
|
@ -4207,7 +4207,7 @@ def _runhook(
|
||||||
return mod.main(ja)
|
return mod.main(ja)
|
||||||
arg = json.dumps(ja)
|
arg = json.dumps(ja)
|
||||||
else:
|
else:
|
||||||
arg = txt[0] if txt else ap
|
arg = txt[0] if txt and src in ("xm", "xban") else ap
|
||||||
|
|
||||||
if acmd[0].startswith("zmq:"):
|
if acmd[0].startswith("zmq:"):
|
||||||
zi, zs = _zmq_hook(log, verbose, src, acmd[0][4:].lower(), arg, wait, sp_ka)
|
zi, zs = _zmq_hook(log, verbose, src, acmd[0][4:].lower(), arg, wait, sp_ka)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue