aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index a47a663..87a2e87 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -645,7 +645,9 @@ 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
+ # 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")