aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts/cookie_daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/uzbl/scripts/cookie_daemon.py')
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index 9bdf807..a47a663 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -645,6 +645,7 @@ def main():
import pprint
sys.stderr.write("%s\n" % pprint.pformat(config))
+ # it would be better if we didn't need to start this python process just to send a command to the socket, but unfortunately socat doesn't seem to support SEQPACKET
if action == "reload":
send_command(config['cookie_socket'], "RELOAD")