Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. cmd_txt = "dbus-send --session "\
  2. "--type=method_call "\
  3. "--dest=litu.{v_dest} "\
  4. "/litu/{v_dest} "\
  5. "public.{v_iface} "\
  6. "string:litu.{v_src} "\
  7. "string:/litu/{v_src} "\
  8. "string:public.{v_iface} "\
  9. "string:{v_data}".format(v_dest=dest, v_iface=iface, v_src=src, v_data=data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement